aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorGlenn Morris2008-06-27 02:41:14 +0000
committerGlenn Morris2008-06-27 02:41:14 +0000
commit6772c8e169a6a56ee387373a00a65bd3a3070725 (patch)
tree4f0d9a8f0be905ba92b3420ad2832ffaad05a3b2 /lisp/gnus
parent04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (diff)
downloademacs-6772c8e169a6a56ee387373a00a65bd3a3070725.tar.gz
emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.zip
American English spelling fix.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog.22
-rw-r--r--lisp/gnus/mml1991.el8
-rw-r--r--lisp/gnus/smime.el2
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index f74f8d634d9..c1f8769a6b9 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -2390,7 +2390,7 @@
2390 2390
23912003-05-10 Lars Magne Ingebrigtsen <larsi@gnus.org> 23912003-05-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2392 2392
2393 * gnus.el (gnus-logo-color-alist): Added no colours. 2393 * gnus.el (gnus-logo-color-alist): Added no colors.
2394 2394
23952003-05-09 Dave Love <fx@gnu.org> 23952003-05-09 Dave Love <fx@gnu.org>
2396 2396
diff --git a/lisp/gnus/mml1991.el b/lisp/gnus/mml1991.el
index 17793b2a4b0..1a7588b4349 100644
--- a/lisp/gnus/mml1991.el
+++ b/lisp/gnus/mml1991.el
@@ -133,7 +133,7 @@ Whether the passphrase is cached at all is controlled by
133 'never)) 133 'never))
134 cipher 134 cipher
135 (result-buffer (get-buffer-create "*GPG Result*"))) 135 (result-buffer (get-buffer-create "*GPG Result*")))
136 ;; Strip MIME Content[^ ]: headers since it will be ASCII ARMOURED 136 ;; Strip MIME Content[^ ]: headers since it will be ASCII ARMORED
137 (goto-char (point-min)) 137 (goto-char (point-min))
138 (while (looking-at "^Content[^ ]+:") (forward-line)) 138 (while (looking-at "^Content[^ ]+:") (forward-line))
139 (unless (bobp) 139 (unless (bobp)
@@ -213,7 +213,7 @@ Whether the passphrase is cached at all is controlled by
213 (let ((text (current-buffer)) 213 (let ((text (current-buffer))
214 cipher 214 cipher
215 (result-buffer (get-buffer-create "*GPG Result*"))) 215 (result-buffer (get-buffer-create "*GPG Result*")))
216 ;; Strip MIME Content[^ ]: headers since it will be ASCII ARMOURED 216 ;; Strip MIME Content[^ ]: headers since it will be ASCII ARMORED
217 (goto-char (point-min)) 217 (goto-char (point-min))
218 (while (looking-at "^Content[^ ]+:") (forward-line)) 218 (while (looking-at "^Content[^ ]+:") (forward-line))
219 (unless (bobp) 219 (unless (bobp)
@@ -303,7 +303,7 @@ Whether the passphrase is cached at all is controlled by
303 (let ((cte (save-restriction 303 (let ((cte (save-restriction
304 (narrow-to-region (point-min) (point)) 304 (narrow-to-region (point-min) (point))
305 (mail-fetch-field "content-transfer-encoding")))) 305 (mail-fetch-field "content-transfer-encoding"))))
306 ;; Strip MIME headers since it will be ASCII armoured. 306 ;; Strip MIME headers since it will be ASCII armored.
307 (forward-line 1) 307 (forward-line 1)
308 (delete-region (point-min) (point)) 308 (delete-region (point-min) (point))
309 (when cte 309 (when cte
@@ -424,7 +424,7 @@ If no one is selected, default secret key is used. "
424 (let ((cte (save-restriction 424 (let ((cte (save-restriction
425 (narrow-to-region (point-min) (point)) 425 (narrow-to-region (point-min) (point))
426 (mail-fetch-field "content-transfer-encoding")))) 426 (mail-fetch-field "content-transfer-encoding"))))
427 ;; Strip MIME headers since it will be ASCII armoured. 427 ;; Strip MIME headers since it will be ASCII armored.
428 (forward-line 1) 428 (forward-line 1)
429 (delete-region (point-min) (point)) 429 (delete-region (point-min) (point))
430 (when cte 430 (when cte
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el
index 712880d486c..c7d32e47792 100644
--- a/lisp/gnus/smime.el
+++ b/lisp/gnus/smime.el
@@ -63,7 +63,7 @@
63;; 63;;
64;; Now you should be able to sign messages! Create a buffer and write 64;; Now you should be able to sign messages! Create a buffer and write
65;; something and run M-x smime-sign-buffer RET RET and you should see 65;; something and run M-x smime-sign-buffer RET RET and you should see
66;; your message MIME armoured and a signature. Encryption, M-x 66;; your message MIME armored and a signature. Encryption, M-x
67;; smime-encrypt-buffer, should also work. 67;; smime-encrypt-buffer, should also work.
68;; 68;;
69;; To be able to verify messages you need to build up trust with 69;; To be able to verify messages you need to build up trust with