diff options
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/gnus-start.el | 2 | ||||
-rw-r--r-- | lisp/gnus/smime.el | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index 7bb116d0c54..409befc2426 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el @@ -152,7 +152,7 @@ certificate." (defcustom smime-CA-file (car (gnutls-trustfiles)) "File containing certificates for CAs you trust. The file should contain certificates in PEM format. By default, -this is initialized from the `gnutls-trusfiles' variable." +this is initialized from the `gnutls-trustfiles' variable." :version "29.1" :type '(choice (const :tag "none" nil) file)) |