diff options
author | Glenn Morris <rgm@gnu.org> | 2017-10-28 17:10:25 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-10-28 17:10:25 -0700 |
commit | 5b5984179122eca63a2e778e1a36c0c2bb24ad88 (patch) | |
tree | a3ebaa51f7c48e76fd4b1330fd2b792631ce53f6 /lisp/gnus/nnir.el | |
parent | 82a16c547bc32fda6073c97b6c8989b473f0315b (diff) | |
download | emacs-5b5984179122eca63a2e778e1a36c0c2bb24ad88.tar.gz |
Fix doc typos
* lisp/simple.el (line-move-ignore-invisible):
* lisp/sort.el (sort-regexp-fields):
* lisp/cedet/ede.el (project-add-file):
* lisp/gnus/message.el (message-bogus-recipient-p):
* lisp/international/mule.el (define-coding-system):
* lisp/progmodes/ebrowse.el (ebrowse-member-buffer-object-menu):
* lisp/progmodes/xscheme.el (xscheme-allow-output-p)
(scheme-interaction-mode, scheme-debugger-mode)
(xscheme-yank-pop, xscheme-yank-push): Doc fixes.
Diffstat (limited to 'lisp/gnus/nnir.el')
-rw-r--r-- | lisp/gnus/nnir.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index 51147ed4330..be42ab74e4a 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el @@ -64,7 +64,7 @@ ;; also be correct, see the documentation for `nnir-namazu-remove-prefix' ;; above. ;; -;; It is particularly important not to pass any any switches to namazu +;; It is particularly important not to pass any switches to namazu ;; that will change the output format. Good switches to use include ;; `--sort', `--ascending', `--early' and `--late'. Refer to the Namazu ;; documentation for further information on valid switches. |