From 37be409c1ad417a4c696518f9d90904b1c04ae91 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 14 Dec 2011 23:02:18 +0000 Subject: [PATCH] Spelling fixes. --- lisp/ChangeLog | 7 +++++++ lisp/ChangeLog.2 | 2 +- lisp/gnus-group.el | 2 +- lisp/gnus-sum.el | 2 +- lisp/message.el | 2 +- lisp/rfc2231.el | 2 +- texi/ChangeLog | 4 ++++ texi/gnus.texi | 4 ++-- 8 files changed, 18 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8116afa8d..dbbc86316 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2011-12-14 Paul Eggert + + * gnus-group.el (gnus-group-tool-bar): + * gnus-sum.el (gnus-summary-tool-bar): + * message.el (message-tool-bar): + * rfc2231.el (rfc2231-parse-string): Spelling fix. + 2011-12-12 Paul Eggert * plstore.el (plstore--insert-buffer): Spelling fix. diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index 4ca8d80ca..bcb159d65 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 @@ -8595,7 +8595,7 @@ 2002-07-21 Nevin Kapur - * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting + * nnmail.el (nnmail-fancy-expiry-target): Treat nonexistent headers as empty headers. 2002-07-21 Jochen Hein diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index 9ac1620a6..c6d428460 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -992,7 +992,7 @@ Setter function for custom variables." 'gnus-group-tool-bar-retro) "Specifies the Gnus group tool bar. -It can be either a list or a symbol refering to a list. See +It can be either a list or a symbol referring to a list. See `gmm-tool-bar-from-list' for the format of the list. The default key map is `gnus-group-mode-map'. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 17ccae986..d8db300ef 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -2835,7 +2835,7 @@ Setter function for custom variables." 'gnus-summary-tool-bar-retro) "Specifies the Gnus summary tool bar. -It can be either a list or a symbol refering to a list. See +It can be either a list or a symbol referring to a list. See `gmm-tool-bar-from-list' for the format of the list. The default key map is `gnus-summary-mode-map'. diff --git a/lisp/message.el b/lisp/message.el index 51669506a..2b81d403e 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -7782,7 +7782,7 @@ Setter function for custom variables." 'message-tool-bar-retro) "Specifies the message mode tool bar. -It can be either a list or a symbol refering to a list. See +It can be either a list or a symbol referring to a list. See `gmm-tool-bar-from-list' for the format of the list. The default key map is `message-mode-map'. diff --git a/lisp/rfc2231.el b/lisp/rfc2231.el index 306b67cd7..9c30379ef 100644 --- a/lisp/rfc2231.el +++ b/lisp/rfc2231.el @@ -58,7 +58,7 @@ must never cause a Lisp error." ;; The most likely cause of an error is unbalanced parentheses ;; or double-quotes. If all parentheses and double-quotes are ;; quoted meaninglessly with backslashes, removing them might - ;; make it parseable. Let's try... + ;; make it parsable. Let's try... (error (let (mod) (when (and (string-match "\\\\\"" string) diff --git a/texi/ChangeLog b/texi/ChangeLog index 6bd5cbde9..1e376f07b 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2011-12-14 Paul Eggert + + * gnus.texi (Using MIME, Score File Syntax): Spelling fix. + 2011-12-12 Paul Eggert * emacs-mime.texi (Display Customization): diff --git a/texi/gnus.texi b/texi/gnus.texi index 498188436..38b64cc7f 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -11634,7 +11634,7 @@ message/external-body @acronym{MIME} type. @item r (Article) @kindex r (Article) Prompt for a file name, replace the @acronym{MIME} object with an -external body refering to the file via the message/external-body +external body referring to the file via the message/external-body @acronym{MIME} type. (@code{gnus-mime-replace-part}). @findex gnus-mime-delete-part @@ -30012,7 +30012,7 @@ this: @node Score File Syntax @subsection Score File Syntax -Score files are meant to be easily parseable, but yet extremely +Score files are meant to be easily parsable, but yet extremely malleable. It was decided that something that had the same read syntax as an Emacs Lisp list would fit that spec. -- 2.34.1