aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorPaul Eggert2011-12-30 17:27:15 -0800
committerPaul Eggert2011-12-30 17:27:15 -0800
commit22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch)
tree39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/gnus
parentb30941dba07605b40efbf139eed2007d6b1e5445 (diff)
downloademacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz
emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip
Spelling fixes.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog.24
-rw-r--r--lisp/gnus/gnus-cus.el2
-rw-r--r--lisp/gnus/gnus-sum.el2
-rw-r--r--lisp/gnus/message.el2
-rw-r--r--lisp/gnus/nnmairix.el2
5 files changed, 6 insertions, 6 deletions
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 64b15ce31b3..e47af13275e 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -970,9 +970,9 @@
970 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional 970 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
971 parameter key, overrides the key id used to store passphrase 971 parameter key, overrides the key id used to store passphrase
972 under (uses true key id from gpg output if nil). 972 under (uses true key id from gpg output if nil).
973 (pgg-gpg-encrypt-region): Search for passphrase using user suplied 973 (pgg-gpg-encrypt-region): Search for passphrase using user supplied
974 string STR, instead of (pgg-lookup-key STR t). 974 string STR, instead of (pgg-lookup-key STR t).
975 (pgg-gpg-encrypt-region): Store passphrase under user suplied 975 (pgg-gpg-encrypt-region): Store passphrase under user supplied
976 string, instead of real key id taken from gpg output. 976 string, instead of real key id taken from gpg output.
977 (pgg-gpg-decrypt-region): Likewise. 977 (pgg-gpg-decrypt-region): Likewise.
978 (pgg-gpg-sign-region): Likewise. 978 (pgg-gpg-sign-region): Likewise.
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el
index 98f04263571..0721445b592 100644
--- a/lisp/gnus/gnus-cus.el
+++ b/lisp/gnus/gnus-cus.el
@@ -922,7 +922,7 @@ will add a new `thread' match for each article that has X in its
922`Message-ID's of these matching articles.) This will ensure that you 922`Message-ID's of these matching articles.) This will ensure that you
923can raise/lower the score of an entire thread, even though some 923can raise/lower the score of an entire thread, even though some
924articles in the thread may not have complete `References' headers. 924articles in the thread may not have complete `References' headers.
925Note that using this may lead to undeterministic scores of the 925Note that using this may lead to nondeterministic scores of the
926articles in the thread. 926articles in the thread.
927") 927")
928 ,@types) 928 ,@types)
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index d8db300efbd..52c814528a5 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -4257,7 +4257,7 @@ If NO-DISPLAY, don't generate a summary buffer."
4257 result)) 4257 result))
4258 4258
4259(defun gnus-sort-gathered-threads (threads) 4259(defun gnus-sort-gathered-threads (threads)
4260 "Sort subtreads inside each gathered thread by `gnus-sort-gathered-threads-function'." 4260 "Sort subthreads inside each gathered thread by `gnus-sort-gathered-threads-function'."
4261 (let ((result threads)) 4261 (let ((result threads))
4262 (while threads 4262 (while threads
4263 (when (stringp (caar threads)) 4263 (when (stringp (caar threads))
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 5198618c2c3..01fc02cd130 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -6169,7 +6169,7 @@ If the current line has `message-yank-prefix', insert it on the new line."
6169When sending via news, also check that the REFERENCES are less 6169When sending via news, also check that the REFERENCES are less
6170than 988 characters long, and if they are not, trim them until 6170than 988 characters long, and if they are not, trim them until
6171they are." 6171they are."
6172 ;; 21 is the number suggested by USEAGE. 6172 ;; 21 is the number suggested by USAGE.
6173 (let ((maxcount 21) 6173 (let ((maxcount 21)
6174 (count 0) 6174 (count 0)
6175 (cut 2) 6175 (cut 2)
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el
index 4ad9d11f906..771e192c188 100644
--- a/lisp/gnus/nnmairix.el
+++ b/lisp/gnus/nnmairix.el
@@ -483,7 +483,7 @@ Other back ends might or might not work.")
483 mfolder query threads))) 483 mfolder query threads)))
484 ;; Check return value 484 ;; Check return value
485 (cond 485 (cond
486 ((zerop rval) ; call was succesful 486 ((zerop rval) ; call was successful
487 (nnmairix-call-backend 487 (nnmairix-call-backend
488 "open-server" nnmairix-backend-server) 488 "open-server" nnmairix-backend-server)
489 ;; If we're dealing with nnml, rename files 489 ;; If we're dealing with nnml, rename files