diff options
Diffstat (limited to 'lisp/gnus/gnus-start.el')
-rw-r--r-- | lisp/gnus/gnus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 8d9e50059fd..4963fd083f7 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el @@ -1810,7 +1810,7 @@ where unread is an integer count of calculated unread messages (or nil), and info is a regular gnus info entry. The info element is shared with the same element of -`gnus-newrc-alist', so as to conserve space." +`gnus-newsrc-alist', so as to conserve space." (let ((alist gnus-newsrc-alist) (ohashtb gnus-newsrc-hashtb) info method gname rest methods) |