diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-26 22:41:09 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-26 23:04:23 +0200 |
commit | db2ed9f333879e5ac283fb48c8b06ed4022f0af9 (patch) | |
tree | 5ea199f04b4ae451e3041150de204dee5f87fa06 /lisp/gnus | |
parent | c716d0cf5692ab853c0eb5dc809c765207762cdb (diff) | |
download | emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.gz emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.bz2 emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.zip |
; Fix several symbol name typos
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)) |