From 1fa3b0313c103cb7a9fb24c414fc8ac305dbe790 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 1 Jan 2012 01:59:19 +0000 Subject: [PATCH 1/1] Spelling fixes. --- lisp/ChangeLog | 23 ++++++++++++++++++++++- lisp/ChangeLog.2 | 4 ++-- lisp/gnus-agent.el | 2 +- lisp/gnus-cus.el | 2 +- lisp/gnus-int.el | 2 +- lisp/gnus-sum.el | 2 +- lisp/message.el | 2 +- lisp/mm-util.el | 2 +- lisp/mm-view.el | 1 + lisp/nndiary.el | 4 ++-- lisp/nnir.el | 2 +- lisp/nnmairix.el | 2 +- lisp/pgg-parse.el | 2 +- lisp/uudecode.el | 4 ++-- texi/ChangeLog | 11 +++++++++++ texi/gnus.texi | 10 +++++----- 16 files changed, 54 insertions(+), 21 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f3070f790..06ffc4ce0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2011-12-30 Paul Eggert + + * gnus-cus.el (gnus-score-customize): + * gnus-sum.el (gnus-sort-gathered-threads): + * message.el (message-shorten-references): + * nnmairix.el (nnmairix-request-group): + * uudecode.el (uudecode-decode-region-internal): Spelling fix. + +2011-12-29 Paul Eggert + + * gnus-agent.el (gnus-agent-regenerate-group): + * gnus-int.el (gnus-retrieve-group-data-early): + * mm-util.el (mm-codepage-ibm-list): + * nndiary.el (Commentary, nndiary-get-new-mail): + * nnir.el (nnir): + * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix. + +2011-12-28 Katsumi Yamaoka + + * mm-view.el (mm-display-inline-fontify): Add comment. + 2011-12-21 Paul Eggert * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule): @@ -5114,7 +5135,7 @@ 2010-10-24 Lars Magne Ingebrigtsen * nnimap.el (nnimap-request-head): New function. - (nnimap-request-move-article): Try to be slighly faster by not + (nnimap-request-move-article): Try to be slightly faster by not requesting the entire message when moving. (nnimap-transform-headers): Don't bug out on bodiless articles. (nnimap-send-command): Have no outstanding messages if the IMAP server diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index bcb159d65..7ac200b9f 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 @@ -992,9 +992,9 @@ * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional parameter key, overrides the key id used to store passphrase under (uses true key id from gpg output if nil). - (pgg-gpg-encrypt-region): Search for passphrase using user suplied + (pgg-gpg-encrypt-region): Search for passphrase using user supplied string STR, instead of (pgg-lookup-key STR t). - (pgg-gpg-encrypt-region): Store passphrase under user suplied + (pgg-gpg-encrypt-region): Store passphrase under user supplied string, instead of real key id taken from gpg output. (pgg-gpg-decrypt-region): Likewise. (pgg-gpg-sign-region): Likewise. diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index bf7f31e63..d268dd7b0 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -4031,7 +4031,7 @@ If REREAD is not nil, downloaded articles are marked as unread." ;; gnus-agent-regenerate-group can remove the article ID of every ;; article (with the exception of the last ID in the list - it's ;; special) that no longer appears in the overview. In this - ;; situtation, the last article ID in the list implies that it, + ;; situation, the last article ID in the list implies that it, ;; and every article ID preceding it, have been fetched from the ;; server. diff --git a/lisp/gnus-cus.el b/lisp/gnus-cus.el index 98f042635..0721445b5 100644 --- a/lisp/gnus-cus.el +++ b/lisp/gnus-cus.el @@ -922,7 +922,7 @@ will add a new `thread' match for each article that has X in its `Message-ID's of these matching articles.) This will ensure that you can raise/lower the score of an entire thread, even though some articles in the thread may not have complete `References' headers. -Note that using this may lead to undeterministic scores of the +Note that using this may lead to nondeterministic scores of the articles in the thread. ") ,@types) diff --git a/lisp/gnus-int.el b/lisp/gnus-int.el index 2e1026347..320a7aa01 100644 --- a/lisp/gnus-int.el +++ b/lisp/gnus-int.el @@ -356,7 +356,7 @@ If it is down, start it up (again)." infos data)) (defun gnus-retrieve-group-data-early (gnus-command-method infos) - "Start early async retrival of data from GNUS-COMMAND-METHOD." + "Start early async retrieval of data from GNUS-COMMAND-METHOD." (when (stringp gnus-command-method) (setq gnus-command-method (gnus-server-to-method gnus-command-method))) (funcall (gnus-get-function gnus-command-method 'retrieve-group-data-early) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index d8db300ef..52c814528 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -4257,7 +4257,7 @@ If NO-DISPLAY, don't generate a summary buffer." result)) (defun gnus-sort-gathered-threads (threads) - "Sort subtreads inside each gathered thread by `gnus-sort-gathered-threads-function'." + "Sort subthreads inside each gathered thread by `gnus-sort-gathered-threads-function'." (let ((result threads)) (while threads (when (stringp (caar threads)) diff --git a/lisp/message.el b/lisp/message.el index ea9c9d144..30f0173e1 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -6213,7 +6213,7 @@ If the current line has `message-yank-prefix', insert it on the new line." When sending via news, also check that the REFERENCES are less than 988 characters long, and if they are not, trim them until they are." - ;; 21 is the number suggested by USEAGE. + ;; 21 is the number suggested by USAGE. (let ((maxcount 21) (count 0) (cut 2) diff --git a/lisp/mm-util.el b/lisp/mm-util.el index 129609df1..a114fb64d 100644 --- a/lisp/mm-util.el +++ b/lisp/mm-util.el @@ -424,7 +424,7 @@ corresponding number of an iso-8859 charset." ;; Cf. http://thread.gmane.org/v9lkng5nwy.fsf@marauder.physik.uni-ulm.de "List of IBM codepage numbers. -The codepage mappings slighly differ between IBM and other vendors. +The codepage mappings slightly differ between IBM and other vendors. See \"ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/IBM/README.TXT\". If an element is a number corresponding to a supported windows diff --git a/lisp/mm-view.el b/lisp/mm-view.el index 854ca3497..f14b47e86 100644 --- a/lisp/mm-view.el +++ b/lisp/mm-view.el @@ -602,6 +602,7 @@ If MODE is not set, try to find mode automatically." ;; I find font-lock a bit too verbose. (let ((font-lock-verbose nil)) ;; Disable support modes, e.g., jit-lock, lazy-lock, etc. + ;; Note: XEmacs people use `font-lock-mode-hook' to run those modes. (set (make-local-variable 'font-lock-mode-hook) nil) (set (make-local-variable 'font-lock-support-mode) nil) (setq buffer-file-name (mm-handle-filename handle)) diff --git a/lisp/nndiary.el b/lisp/nndiary.el index 29f0695c7..b0c31907d 100644 --- a/lisp/nndiary.el +++ b/lisp/nndiary.el @@ -71,7 +71,7 @@ ;; * nndiary-get-new-mail, nndiary-mail-source and nndiary-split-methods: ;; NNDiary has some experimental parts, in the sense Gnus normally uses only -;; one mail back ends for mail retreival and splitting. This back end is +;; one mail back ends for mail retrieval and splitting. This back end is ;; also an attempt to make it behave differently. For Gnus developers: as ;; you can see if you snarf into the code, that was not a very difficult ;; thing to do. Something should be done about the respooling breakage @@ -224,7 +224,7 @@ The hooks will be called with the article in the current buffer." (defvoo nndiary-get-new-mail nil "Whether nndiary gets new mail and split it. Contrary to traditional mail back ends, this variable can be set to t -even if your primary mail back end also retreives mail. In such a case, +even if your primary mail back end also retrieves mail. In such a case, NDiary uses its own mail-sources and split-methods.") (defvoo nndiary-nov-is-evil nil diff --git a/lisp/nnir.el b/lisp/nnir.el index 3d0fc78dc..ceeaeda93 100644 --- a/lisp/nnir.el +++ b/lisp/nnir.el @@ -304,7 +304,7 @@ is `(valuefunc member)'." ;;; User Customizable Variables: (defgroup nnir nil - "Search groups in Gnus with assorted seach engines." + "Search groups in Gnus with assorted search engines." :group 'gnus) (defcustom nnir-ignored-newsgroups "" diff --git a/lisp/nnmairix.el b/lisp/nnmairix.el index 4ad9d11f9..771e192c1 100644 --- a/lisp/nnmairix.el +++ b/lisp/nnmairix.el @@ -483,7 +483,7 @@ Other back ends might or might not work.") mfolder query threads))) ;; Check return value (cond - ((zerop rval) ; call was succesful + ((zerop rval) ; call was successful (nnmairix-call-backend "open-server" nnmairix-backend-server) ;; If we're dealing with nnml, rename files diff --git a/lisp/pgg-parse.el b/lisp/pgg-parse.el index 3d4539d94..4e086e0d8 100644 --- a/lisp/pgg-parse.el +++ b/lisp/pgg-parse.el @@ -53,7 +53,7 @@ (defcustom pgg-parse-symmetric-key-algorithm-alist '((1 . IDEA) (2 . 3DES) (4 . CAST5) (5 . SAFER-SK128)) - "Alist of the assigned number to the simmetric key algorithm." + "Alist of the assigned number to the symmetric key algorithm." :group 'pgg-parse :type '(repeat (cons (sexp :tag "Number") (sexp :tag "Type")))) diff --git a/lisp/uudecode.el b/lisp/uudecode.el index 8652e67d3..e2630b510 100644 --- a/lisp/uudecode.el +++ b/lisp/uudecode.el @@ -197,10 +197,10 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." (cond (done) ((> 0 remain) - (error "uucode line ends unexpectly") + (error "uucode line ends unexpectedly") (setq done t)) ((and (= (point) end) (not done)) - ;;(error "uucode ends unexpectly") + ;;(error "uucode ends unexpectedly") (setq done t)) ((= counter 3) (setq result (cons diff --git a/texi/ChangeLog b/texi/ChangeLog index b2c87fbcb..a8a24ffb6 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,14 @@ +2011-12-30 Paul Eggert + + * gnus.texi (Filtering New Groups, Score File Format): Spelling fix. + +2011-12-28 Paul Eggert + + * gnus.texi (Mail Source Customization, Mail Back End Variables): + Use octal notation for file permissions, which are normally + thought of in octal. + (Mail Back End Variables): Use more-plausible modes in example. + 2011-12-21 Paul Eggert * auth.texi (Help for developers): Spelling fix. diff --git a/texi/gnus.texi b/texi/gnus.texi index 38b64cc7f..7311864ea 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -1328,7 +1328,7 @@ variable to @code{nil}. @vindex gnus-auto-subscribed-categories As if that wasn't enough, @code{gnus-auto-subscribed-categories} also -allows you to specify that new groups should be subcribed based on the +allows you to specify that new groups should be subscribed based on the category their select methods belong to. The default is @samp{(mail post-mail)}, meaning that all new groups from mail-like backends should be subscribed automatically. @@ -15033,7 +15033,7 @@ number. @item mail-source-default-file-modes @vindex mail-source-default-file-modes -All new mail files will get this file mode. The default is 384. +All new mail files will get this file mode. The default is @code{#o600}. @item mail-source-movemail-program @vindex mail-source-movemail-program @@ -15123,10 +15123,10 @@ default file modes the new mail files get: @lisp (add-hook 'nnmail-pre-get-new-mail-hook - (lambda () (set-default-file-modes 511))) + (lambda () (set-default-file-modes #o700))) (add-hook 'nnmail-post-get-new-mail-hook - (lambda () (set-default-file-modes 551))) + (lambda () (set-default-file-modes #o775))) @end lisp @item nnmail-use-long-file-names @@ -20043,7 +20043,7 @@ matches will use the @code{Message-ID}s of these matching articles.) This will ensure that you can raise/lower the score of an entire thread, even though some articles in the thread may not have complete @code{References} headers. Note that using this may lead to -undeterministic scores of the articles in the thread. (Using this match +nondeterministic scores of the articles in the thread. (Using this match key will lead to creation of @file{ADAPT} files.) @end table @end enumerate -- 2.25.1