aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengHuo ZHU2002-11-29 15:57:52 +0000
committerShengHuo ZHU2002-11-29 15:57:52 +0000
commit8f688cb015d38b4f9cefe81debbcf9dec902f991 (patch)
treec76eec84c6539b499eb46592d74d58f3bc22c65f
parente70d557978cdf4d8ea4c0500ce037fcfc95acf2b (diff)
downloademacs-8f688cb015d38b4f9cefe81debbcf9dec902f991.tar.gz
emacs-8f688cb015d38b4f9cefe81debbcf9dec902f991.zip
Typos.
-rw-r--r--lisp/gnus/ChangeLog46
-rw-r--r--lisp/gnus/flow-fill.el4
-rw-r--r--lisp/gnus/gnus-art.el6
-rw-r--r--lisp/gnus/gnus-group.el2
-rw-r--r--lisp/gnus/gnus-mlspl.el4
-rw-r--r--lisp/gnus/gnus-msg.el2
-rw-r--r--lisp/gnus/gnus-mule.el4
-rw-r--r--lisp/gnus/gnus-sum.el14
-rw-r--r--lisp/gnus/gnus-topic.el2
-rw-r--r--lisp/gnus/gnus-util.el4
-rw-r--r--lisp/gnus/gnus-win.el4
-rw-r--r--lisp/gnus/gnus.el2
-rw-r--r--lisp/gnus/ietf-drums.el7
-rw-r--r--lisp/gnus/imap.el8
-rw-r--r--lisp/gnus/message.el2
-rw-r--r--lisp/gnus/messcompat.el4
-rw-r--r--lisp/gnus/mm-encode.el4
-rw-r--r--lisp/gnus/nnimap.el8
-rw-r--r--lisp/gnus/nnmail.el6
-rw-r--r--lisp/gnus/nnsoup.el4
-rw-r--r--lisp/gnus/nnvirtual.el4
-rw-r--r--lisp/gnus/smiley-ems.el2
22 files changed, 95 insertions, 48 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 7b2cc9d76cb..ad11eef70c0 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,49 @@
12002-11-29 ShengHuo ZHU <zsh@cs.rochester.edu>
2
3 * smiley-ems.el (gnus-smiley-display): Typo.
4
5 * nnvirtual.el: Typo.
6
7 * nnsoup.el (nnsoup-retrieve-headers): Typo.
8
9 * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
10
11 * nnimap.el: Typo.
12 (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
13
14 * mm-encode.el (mm-safer-encoding): Typo.
15
16 * messcompat.el: Typo.
17
18 * message.el (message-face-alist): Typo.
19
20 * imap.el (imap-interactive-login, imap-anonymous-auth)
21 (imap-open): Typos.
22
23 * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
24
25 * gnus.el: Typo.
26
27 * gnus-win.el (gnus-configure-frame): Typo.
28
29 * gnus-util.el (gnus-atomic-progn-assign): Typo.
30
31 * gnus-topic.el (gnus-topic-sort-topics): Typo.
32
33 * gnus-sum.el (gnus-summary-article-number)
34 (gnus-summary-read-group-1, gnus-summary-mark-article)
35 (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
36
37 * gnus-mule.el (gnus-mule-add-group): Typo.
38
39 * gnus-mlspl.el (gnus-group-split-fancy): Typo.
40
41 * gnus-group.el (gnus-group-fetch-faq): Typo.
42
43 * gnus-art.el (gnus-decode-header-methods): Typo.
44
45 * flow-fill.el: Typo.
46
12002-11-19 Stefan Monnier <monnier@cs.yale.edu> 472002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2 48
3 * binhex.el (binhex-decode-region): Don't hardcode point-min == 1. 49 * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
diff --git a/lisp/gnus/flow-fill.el b/lisp/gnus/flow-fill.el
index 64946f9f040..e8a39846c60 100644
--- a/lisp/gnus/flow-fill.el
+++ b/lisp/gnus/flow-fill.el
@@ -1,6 +1,6 @@
1;;; flow-fill.el --- interprete RFC2646 "flowed" text 1;;; flow-fill.el --- interprete RFC2646 "flowed" text
2 2
3;; Copyright (C) 2000 Free Software Foundation, Inc. 3;; Copyright (C) 2000, 2002 Free Software Foundation, Inc.
4 4
5;; Author: Simon Josefsson <jas@pdc.kth.se> 5;; Author: Simon Josefsson <jas@pdc.kth.se>
6;; Keywords: mail 6;; Keywords: mail
@@ -43,7 +43,7 @@
43;; 2000-02-17 posted on ding mailing list 43;; 2000-02-17 posted on ding mailing list
44;; 2000-02-19 use `point-at-{b,e}ol' in XEmacs 44;; 2000-02-19 use `point-at-{b,e}ol' in XEmacs
45;; 2000-03-11 no compile warnings for point-at-bol stuff 45;; 2000-03-11 no compile warnings for point-at-bol stuff
46;; 2000-03-26 commited to gnus cvs 46;; 2000-03-26 committed to gnus cvs
47;; 2000-10-23 don't flow "-- " lines, make "quote-depth wins" rule 47;; 2000-10-23 don't flow "-- " lines, make "quote-depth wins" rule
48;; work when first line is at level 0. 48;; work when first line is at level 0.
49 49
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index ae8a7ee732f..6e5971ac730 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -308,7 +308,7 @@ and the latter avoids underlining any whitespace at all."
308(defface gnus-emphasis-underline-bold-italic 308(defface gnus-emphasis-underline-bold-italic
309 '((t (:weight bold :slant italic :underline t))) 309 '((t (:weight bold :slant italic :underline t)))
310 "Face used for displaying underlined bold italic emphasized text. 310 "Face used for displaying underlined bold italic emphasized text.
311Esample: (_/*word*/_)." 311Example: (_/*word*/_)."
312 :group 'gnus-article-emphasis) 312 :group 'gnus-article-emphasis)
313 313
314(defface gnus-emphasis-highlight-words 314(defface gnus-emphasis-highlight-words
@@ -4797,11 +4797,11 @@ forbidden in URL encoding."
4797 4797
4798This variable is a list of FUNCTION or (REGEXP . FUNCTION). If item 4798This variable is a list of FUNCTION or (REGEXP . FUNCTION). If item
4799is FUNCTION, FUNCTION will be apply to all newsgroups. If item is a 4799is FUNCTION, FUNCTION will be apply to all newsgroups. If item is a
4800(REGEXP . FUNCTION), FUNCTION will be only apply to thes newsgroups 4800\(REGEXP . FUNCTION), FUNCTION will be only apply to these newsgroups
4801whose names match REGEXP. 4801whose names match REGEXP.
4802 4802
4803For example: 4803For example:
4804((\"chinese\" . gnus-decode-encoded-word-region-by-guess) 4804\((\"chinese\" . gnus-decode-encoded-word-region-by-guess)
4805 mail-decode-encoded-word-region 4805 mail-decode-encoded-word-region
4806 (\"chinese\" . rfc1843-decode-region)) 4806 (\"chinese\" . rfc1843-decode-region))
4807") 4807")
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index e0f7b5cd1cf..b570ebc253c 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -3282,7 +3282,7 @@ to use."
3282 (gnus-group-group-name) 3282 (gnus-group-group-name)
3283 (when current-prefix-arg 3283 (when current-prefix-arg
3284 (completing-read 3284 (completing-read
3285 "Faq dir: " (and (listp gnus-group-faq-directory) 3285 "FAQ dir: " (and (listp gnus-group-faq-directory)
3286 (mapcar #'list 3286 (mapcar #'list
3287 gnus-group-faq-directory)))))) 3287 gnus-group-faq-directory))))))
3288 (unless group 3288 (unless group
diff --git a/lisp/gnus/gnus-mlspl.el b/lisp/gnus/gnus-mlspl.el
index 40f53a83cfa..9fd4d2b6692 100644
--- a/lisp/gnus/gnus-mlspl.el
+++ b/lisp/gnus/gnus-mlspl.el
@@ -104,10 +104,10 @@ It can be embedded into `nnmail-split-fancy' lists with the SPLIT
104\(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL\) 104\(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL\)
105 105
106GROUPS may be a regular expression or a list of group names, that will 106GROUPS may be a regular expression or a list of group names, that will
107be used to select candidate groups. If it is ommited or nil, all 107be used to select candidate groups. If it is omitted or nil, all
108existing groups are considered. 108existing groups are considered.
109 109
110if NO-CROSSPOST is ommitted or nil, a & split will be returned, 110if NO-CROSSPOST is omitted or nil, a & split will be returned,
111otherwise, a | split, that does not allow crossposting, will be 111otherwise, a | split, that does not allow crossposting, will be
112returned. 112returned.
113 113
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
index 69ad2a6bd01..b35a6e47d9a 100644
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -538,7 +538,7 @@ header line with the old Message-ID."
538 (gnus-inews-yank-articles yank)))))) 538 (gnus-inews-yank-articles yank))))))
539 539
540(defun gnus-msg-treat-broken-reply-to () 540(defun gnus-msg-treat-broken-reply-to ()
541 "Remove the Reply-to header iff broken-reply-to." 541 "Remove the Reply-to header if broken-reply-to."
542 (when (gnus-group-find-parameter 542 (when (gnus-group-find-parameter
543 gnus-newsgroup-name 'broken-reply-to) 543 gnus-newsgroup-name 'broken-reply-to)
544 (save-restriction 544 (save-restriction
diff --git a/lisp/gnus/gnus-mule.el b/lisp/gnus/gnus-mule.el
index 0f8c41cc6cb..9c1117b2199 100644
--- a/lisp/gnus/gnus-mule.el
+++ b/lisp/gnus/gnus-mule.el
@@ -1,6 +1,6 @@
1;;; gnus-mule.el --- provide backward compatibility function to GNUS 1;;; gnus-mule.el --- provide backward compatibility function to GNUS
2 2
3;; Copyright (C) 1995,1997 Free Software Foundation, Inc. 3;; Copyright (C) 1995, 1997, 2002 Free Software Foundation, Inc.
4;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN. 4;; Copyright (C) 1995, 2000 Electrotechnical Laboratory, JAPAN.
5 5
6;; Maintainer: FSF 6;; Maintainer: FSF
@@ -39,7 +39,7 @@ All news groups deeper than NAME are also the target.
39If CODING-SYSTEM is a cons, the car part is used and the cdr 39If CODING-SYSTEM is a cons, the car part is used and the cdr
40part is ignored. 40part is ignored.
41 41
42This function exists for backward comaptibility with Emacs 20. It is 42This function exists for backward compatibility with Emacs 20. It is
43recommended to customize the variable `gnus-group-charset-alist' 43recommended to customize the variable `gnus-group-charset-alist'
44rather than using this function." 44rather than using this function."
45 (if (consp coding-system) 45 (if (consp coding-system)
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index 493c1d930e1..43543112b2c 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -2385,7 +2385,7 @@ The following commands are available:
2385 2385
2386(defmacro gnus-summary-article-number () 2386(defmacro gnus-summary-article-number ()
2387 "The article number of the article on the current line. 2387 "The article number of the article on the current line.
2388If there isn's an article number here, then we return the current 2388If there isn't an article number here, then we return the current
2389article number." 2389article number."
2390 '(progn 2390 '(progn
2391 (gnus-summary-skip-intangible) 2391 (gnus-summary-skip-intangible)
@@ -2965,7 +2965,7 @@ If NO-DISPLAY, don't generate a summary buffer."
2965 (let ((gnus-newsgroup-dormant nil)) 2965 (let ((gnus-newsgroup-dormant nil))
2966 (gnus-summary-initial-limit show-all)) 2966 (gnus-summary-initial-limit show-all))
2967 (gnus-summary-initial-limit show-all)) 2967 (gnus-summary-initial-limit show-all))
2968 ;; When untreaded, all articles are always shown. 2968 ;; When unthreaded, all articles are always shown.
2969 (setq gnus-newsgroup-limit 2969 (setq gnus-newsgroup-limit
2970 (mapcar 2970 (mapcar
2971 (lambda (header) (mail-header-number header)) 2971 (lambda (header) (mail-header-number header))
@@ -5416,7 +5416,7 @@ displayed, no centering will be performed."
5416 5416
5417(defun gnus-summary-toggle-truncation (&optional arg) 5417(defun gnus-summary-toggle-truncation (&optional arg)
5418 "Toggle truncation of summary lines. 5418 "Toggle truncation of summary lines.
5419With arg, turn line truncation on iff arg is positive." 5419With arg, turn line truncation on if arg is positive."
5420 (interactive "P") 5420 (interactive "P")
5421 (setq truncate-lines 5421 (setq truncate-lines
5422 (if (null arg) (not truncate-lines) 5422 (if (null arg) (not truncate-lines)
@@ -5762,7 +5762,7 @@ in."
5762 (list 5762 (list
5763 (when current-prefix-arg 5763 (when current-prefix-arg
5764 (completing-read 5764 (completing-read
5765 "Faq dir: " (and (listp gnus-group-faq-directory) 5765 "FAQ dir: " (and (listp gnus-group-faq-directory)
5766 (mapcar (lambda (file) (list file)) 5766 (mapcar (lambda (file) (list file))
5767 gnus-group-faq-directory)))))) 5767 gnus-group-faq-directory))))))
5768 (let (gnus-faq-buffer) 5768 (let (gnus-faq-buffer)
@@ -6990,7 +6990,7 @@ of what's specified by the `gnus-refer-thread-limit' variable."
6990 (gnus-message 3 "Couldn't fetch article %s" message-id))))))) 6990 (gnus-message 3 "Couldn't fetch article %s" message-id)))))))
6991 6991
6992(defun gnus-refer-article-methods () 6992(defun gnus-refer-article-methods ()
6993 "Return a list of referrable methods." 6993 "Return a list of referable methods."
6994 (cond 6994 (cond
6995 ;; No method, so we default to current and native. 6995 ;; No method, so we default to current and native.
6996 ((null gnus-refer-article-method) 6996 ((null gnus-refer-article-method)
@@ -8283,7 +8283,7 @@ the actual number of articles marked is returned."
8283If N is negative, mark backwards instead. Mark with MARK, ?r by default. 8283If N is negative, mark backwards instead. Mark with MARK, ?r by default.
8284The difference between N and the actual number of articles marked is 8284The difference between N and the actual number of articles marked is
8285returned. 8285returned.
8286Iff NO-EXPIRE, auto-expiry will be inhibited." 8286If NO-EXPIRE, auto-expiry will be inhibited."
8287 (interactive "p") 8287 (interactive "p")
8288 (gnus-summary-show-thread) 8288 (gnus-summary-show-thread)
8289 (let ((backward (< n 0)) 8289 (let ((backward (< n 0))
@@ -8376,7 +8376,7 @@ Four MARK strings are reserved: `? ' (unread), `?!' (ticked),
8376If MARK is nil, then the default character `?r' is used. 8376If MARK is nil, then the default character `?r' is used.
8377If ARTICLE is nil, then the article on the current line will be 8377If ARTICLE is nil, then the article on the current line will be
8378marked. 8378marked.
8379Iff NO-EXPIRE, auto-expiry will be inhibited." 8379If NO-EXPIRE, auto-expiry will be inhibited."
8380 ;; The mark might be a string. 8380 ;; The mark might be a string.
8381 (when (stringp mark) 8381 (when (stringp mark)
8382 (setq mark (aref mark 0))) 8382 (setq mark (aref mark 0)))
diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el
index efc639ba8d9..2ef54f7be7c 100644
--- a/lisp/gnus/gnus-topic.el
+++ b/lisp/gnus/gnus-topic.el
@@ -1564,7 +1564,7 @@ If REVERSE, sort in reverse order."
1564 top) 1564 top)
1565 1565
1566(defun gnus-topic-sort-topics (&optional topic reverse) 1566(defun gnus-topic-sort-topics (&optional topic reverse)
1567 "Sort topics in TOPIC alphabeticaly by topic name. 1567 "Sort topics in TOPIC alphabetically by topic name.
1568If REVERSE, reverse the sorting order." 1568If REVERSE, reverse the sorting order."
1569 (interactive 1569 (interactive
1570 (list (completing-read "Sort topics in : " gnus-topic-alist nil t 1570 (list (completing-read "Sort topics in : " gnus-topic-alist nil t
diff --git a/lisp/gnus/gnus-util.el b/lisp/gnus/gnus-util.el
index 13bed1d99ed..fa2f2a0eccb 100644
--- a/lisp/gnus/gnus-util.el
+++ b/lisp/gnus/gnus-util.el
@@ -1,5 +1,5 @@
1;;; gnus-util.el --- utility functions for Gnus 1;;; gnus-util.el --- utility functions for Gnus
2;; Copyright (C) 1996, 1997, 1998, 1999, 2000 2;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002
3;; Free Software Foundation, Inc. 3;; Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -612,7 +612,7 @@ non-locally exits. The variables listed in PROTECT are updated atomically.
612It is safe to use gnus-atomic-progn-assign with long computations. 612It is safe to use gnus-atomic-progn-assign with long computations.
613 613
614Note that if any of the symbols in PROTECT were unbound, they will be 614Note that if any of the symbols in PROTECT were unbound, they will be
615set to nil on a sucessful assignment. In case of an error or other 615set to nil on a successful assignment. In case of an error or other
616non-local exit, it will still be unbound." 616non-local exit, it will still be unbound."
617 (let* ((temp-sym-map (mapcar (lambda (x) (list (make-symbol 617 (let* ((temp-sym-map (mapcar (lambda (x) (list (make-symbol
618 (concat (symbol-name x) 618 (concat (symbol-name x)
diff --git a/lisp/gnus/gnus-win.el b/lisp/gnus/gnus-win.el
index f19f77173c2..a7d424414da 100644
--- a/lisp/gnus/gnus-win.el
+++ b/lisp/gnus/gnus-win.el
@@ -1,5 +1,5 @@
1;;; gnus-win.el --- window configuration functions for Gnus 1;;; gnus-win.el --- window configuration functions for Gnus
2;; Copyright (C) 1996, 1997, 1998, 1999, 2000 2;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002
3;; Free Software Foundation, Inc. 3;; Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -291,7 +291,7 @@ See the Gnus manual for an explanation of the syntax used.")
291 (unless window 291 (unless window
292 (setq window current-window)) 292 (setq window current-window))
293 (select-window window) 293 (select-window window)
294 ;; This might be an old-stylee buffer config. 294 ;; This might be an old-style buffer config.
295 (when (vectorp split) 295 (when (vectorp split)
296 (setq split (append split nil))) 296 (setq split (append split nil)))
297 (when (or (consp (car split)) 297 (when (or (consp (car split))
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index c34c45cc12d..879a83143fd 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -2048,7 +2048,7 @@ This restriction may disappear in later versions of Gnus."
2048 (memq class gnus-visual)) 2048 (memq class gnus-visual))
2049 t)))) 2049 t))))
2050 2050
2051;;; Load the compatability functions. 2051;;; Load the compatibility functions.
2052 2052
2053(require 'gnus-ems) 2053(require 'gnus-ems)
2054 2054
diff --git a/lisp/gnus/ietf-drums.el b/lisp/gnus/ietf-drums.el
index 7e3db07cf28..8cbf280fa7c 100644
--- a/lisp/gnus/ietf-drums.el
+++ b/lisp/gnus/ietf-drums.el
@@ -1,5 +1,5 @@
1;;; ietf-drums.el --- functions for parsing RFC822bis headers 1;;; ietf-drums.el --- functions for parsing RFC822bis headers
2;; Copyright (C) 1998, 1999, 2000 2;; Copyright (C) 1998, 1999, 2000, 2002
3;; Free Software Foundation, Inc. 3;; Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -36,7 +36,7 @@
36(defvar ietf-drums-no-ws-ctl-token "\001-\010\013\014\016-\037\177" 36(defvar ietf-drums-no-ws-ctl-token "\001-\010\013\014\016-\037\177"
37 "US-ASCII control characters excluding CR, LF and white space.") 37 "US-ASCII control characters excluding CR, LF and white space.")
38(defvar ietf-drums-text-token "\001-\011\013\014\016-\177" 38(defvar ietf-drums-text-token "\001-\011\013\014\016-\177"
39 "US-ASCII characters exlcuding CR and LF.") 39 "US-ASCII characters excluding CR and LF.")
40(defvar ietf-drums-specials-token "()<>[]:;@\\,.\"" 40(defvar ietf-drums-specials-token "()<>[]:;@\\,.\""
41 "Special characters.") 41 "Special characters.")
42(defvar ietf-drums-quote-token "\\" 42(defvar ietf-drums-quote-token "\\"
@@ -52,7 +52,8 @@
52 "Textual token including full stop.") 52 "Textual token including full stop.")
53(defvar ietf-drums-qtext-token 53(defvar ietf-drums-qtext-token
54 (concat ietf-drums-no-ws-ctl-token "\041\043-\133\135-\177") 54 (concat ietf-drums-no-ws-ctl-token "\041\043-\133\135-\177")
55 "Non-white-space control characaters, plus the rest of ASCII excluding backslash and doublequote.") 55 "Non-white-space control characters, plus the rest of ASCII excluding
56backslash and doublequote.")
56(defvar ietf-drums-tspecials "][()<>@,;:\\\"/?=" 57(defvar ietf-drums-tspecials "][()<>@,;:\\\"/?="
57 "Tspecials.") 58 "Tspecials.")
58 59
diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el
index 0cfb90a1cd7..4c33552b34f 100644
--- a/lisp/gnus/imap.el
+++ b/lisp/gnus/imap.el
@@ -1,5 +1,5 @@
1;;; imap.el --- imap library 1;;; imap.el --- imap library
2;; Copyright (C) 1998, 1999, 2000 2;; Copyright (C) 1998, 1999, 2000, 2002
3;; Free Software Foundation, Inc. 3;; Free Software Foundation, Inc.
4 4
5;; Author: Simon Josefsson <jas@pdc.kth.se> 5;; Author: Simon Josefsson <jas@pdc.kth.se>
@@ -716,7 +716,7 @@ If ARGS, PROMPT is used as an argument to `format'."
716(defun imap-interactive-login (buffer loginfunc) 716(defun imap-interactive-login (buffer loginfunc)
717 "Login to server in BUFFER. 717 "Login to server in BUFFER.
718LOGINFUNC is passed a username and a password, it should return t if 718LOGINFUNC is passed a username and a password, it should return t if
719it where sucessful authenticating itself to the server, nil otherwise. 719it where successful authenticating itself to the server, nil otherwise.
720Returns t if login was successful, nil otherwise." 720Returns t if login was successful, nil otherwise."
721 (with-current-buffer buffer 721 (with-current-buffer buffer
722 (make-local-variable 'imap-username) 722 (make-local-variable 'imap-username)
@@ -809,7 +809,7 @@ Returns t if login was successful, nil otherwise."
809 t) 809 t)
810 810
811(defun imap-anonymous-auth (buffer) 811(defun imap-anonymous-auth (buffer)
812 (message "imap: Loging in anonymously...") 812 (message "imap: Logging in anonymously...")
813 (with-current-buffer buffer 813 (with-current-buffer buffer
814 (imap-ok-p (imap-send-command-wait 814 (imap-ok-p (imap-send-command-wait
815 (concat "LOGIN anonymous \"" (concat (user-login-name) "@" 815 (concat "LOGIN anonymous \"" (concat (user-login-name) "@"
@@ -882,7 +882,7 @@ AUTH indicates authenticator to use, see `imap-authenticators' for
882available authenticators. If nil, it choices the best stream the 882available authenticators. If nil, it choices the best stream the
883server is capable of. 883server is capable of.
884BUFFER can be a buffer or a name of a buffer, which is created if 884BUFFER can be a buffer or a name of a buffer, which is created if
885necessery. If nil, the buffer name is generated." 885necessary. If nil, the buffer name is generated."
886 (setq buffer (or buffer (format " *imap* %s:%d" server (or port 0)))) 886 (setq buffer (or buffer (format " *imap* %s:%d" server (or port 0))))
887 (with-current-buffer (get-buffer-create buffer) 887 (with-current-buffer (get-buffer-create buffer)
888 (if (imap-opened buffer) 888 (if (imap-opened buffer)
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index fbfd30e34ba..8c6f5bec9bc 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -879,7 +879,7 @@ Defaults to `text-mode-abbrev-table'.")
879 (unbold-region b e) 879 (unbold-region b e)
880 (ununderline-region b e)))) 880 (ununderline-region b e))))
881 "Alist of mail and news faces for facemenu. 881 "Alist of mail and news faces for facemenu.
882The cdr of ech entry is a function for applying the face to a region.") 882The cdr of each entry is a function for applying the face to a region.")
883 883
884(defcustom message-send-hook nil 884(defcustom message-send-hook nil
885 "Hook run before sending messages." 885 "Hook run before sending messages."
diff --git a/lisp/gnus/messcompat.el b/lisp/gnus/messcompat.el
index e3021ce4b0a..fc3d52cc23f 100644
--- a/lisp/gnus/messcompat.el
+++ b/lisp/gnus/messcompat.el
@@ -1,6 +1,6 @@
1;;; messcompat.el --- making message mode compatible with mail mode 1;;; messcompat.el --- making message mode compatible with mail mode
2 2
3;; Copyright (C) 1996, 1997, 1998, 1999, 2000 3;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 6;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -25,7 +25,7 @@
25 25
26;;; Commentary: 26;;; Commentary:
27 27
28;; This file tries to provide backward compatability with sendmail.el 28;; This file tries to provide backward compatibility with sendmail.el
29;; for Message mode. It should be used by simply adding 29;; for Message mode. It should be used by simply adding
30;; 30;;
31;; (require 'messcompat) 31;; (require 'messcompat)
diff --git a/lisp/gnus/mm-encode.el b/lisp/gnus/mm-encode.el
index 165b716ec1a..6c7febb2a6b 100644
--- a/lisp/gnus/mm-encode.el
+++ b/lisp/gnus/mm-encode.el
@@ -1,5 +1,5 @@
1;;; mm-encode.el --- functions for encoding MIME things 1;;; mm-encode.el --- functions for encoding MIME things
2;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. 2;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
3 3
4;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 4;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
5;; MORIOKA Tomohiko <morioka@jaist.ac.jp> 5;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
@@ -79,7 +79,7 @@ This variable should never be set directly, but bound before a call to
79 "Return a safer but similar encoding." 79 "Return a safer but similar encoding."
80 (cond 80 (cond
81 ((memq encoding '(7bit 8bit quoted-printable)) 'quoted-printable) 81 ((memq encoding '(7bit 8bit quoted-printable)) 'quoted-printable)
82 ;; The remaing encodings are binary and base64 (and perhaps some 82 ;; The remaining encodings are binary and base64 (and perhaps some
83 ;; non-standard ones), which are both turned into base64. 83 ;; non-standard ones), which are both turned into base64.
84 (t 'base64))) 84 (t 'base64)))
85 85
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 93273fd2a19..4a7022d9613 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -1,5 +1,5 @@
1;;; nnimap.el --- imap backend for Gnus 1;;; nnimap.el --- imap backend for Gnus
2;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. 2;; Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
3 3
4;; Author: Simon Josefsson <jas@pdc.kth.se> 4;; Author: Simon Josefsson <jas@pdc.kth.se>
5;; Jim Radford <radford@robby.caltech.edu> 5;; Jim Radford <radford@robby.caltech.edu>
@@ -42,7 +42,7 @@
42;; o Split up big fetches (1,* header especially) in smaller chunks 42;; o Split up big fetches (1,* header especially) in smaller chunks
43;; o What do I do with gnus-newsgroup-*? 43;; o What do I do with gnus-newsgroup-*?
44;; o Tell Gnus about new groups (how can we tell?) 44;; o Tell Gnus about new groups (how can we tell?)
45;; o Respooling (fix Gnus?) (unnecessery?) 45;; o Respooling (fix Gnus?) (unnecessary?)
46;; o Add support for the following: (if applicable) 46;; o Add support for the following: (if applicable)
47;; request-list-newsgroups, request-regenerate 47;; request-list-newsgroups, request-regenerate
48;; list-active-group, 48;; list-active-group,
@@ -97,7 +97,7 @@ Mail is read from this mailbox and split according to rules in
97This can be a string or a list of strings.") 97This can be a string or a list of strings.")
98 98
99(defvar nnimap-split-rule nil 99(defvar nnimap-split-rule nil
100 "*Mail will be split according to theese rules. 100 "*Mail will be split according to these rules.
101 101
102Mail is read from mailbox(es) specified in `nnimap-split-inbox'. 102Mail is read from mailbox(es) specified in `nnimap-split-inbox'.
103 103
@@ -357,7 +357,7 @@ If SERVER is nil, uses the current server."
357 (imap-mailbox-unselect nnimap-server-buffer))) 357 (imap-mailbox-unselect nnimap-server-buffer)))
358 358
359(defun nnimap-find-minmax-uid (group &optional examine) 359(defun nnimap-find-minmax-uid (group &optional examine)
360 "Find lowest and highest active article nummber in GROUP. 360 "Find lowest and highest active article number in GROUP.
361If EXAMINE is non-nil the group is selected read-only." 361If EXAMINE is non-nil the group is selected read-only."
362 (with-current-buffer nnimap-server-buffer 362 (with-current-buffer nnimap-server-buffer
363 (when (imap-mailbox-select group examine) 363 (when (imap-mailbox-select group examine)
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index cf8ae33838e..46c8342ed0b 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -1,5 +1,5 @@
1;;; nnmail.el --- mail support functions for the Gnus mail backends 1;;; nnmail.el --- mail support functions for the Gnus mail backends
2;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 2;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002
3;; Free Software Foundation, Inc. 3;; Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -56,7 +56,7 @@
56 :group 'nnmail) 56 :group 'nnmail)
57 57
58(defgroup nnmail-split nil 58(defgroup nnmail-split nil
59 "Organizing the incomming mail in folders." 59 "Organizing the incoming mail in folders."
60 :group 'nnmail) 60 :group 'nnmail)
61 61
62(defgroup nnmail-files nil 62(defgroup nnmail-files nil
@@ -760,7 +760,7 @@ If SOURCE is a directory spec, try to return the group name component."
760 (setq head-end (point)) 760 (setq head-end (point))
761 ;; We try the Content-Length value. The idea: skip over the header 761 ;; We try the Content-Length value. The idea: skip over the header
762 ;; separator, then check what happens content-length bytes into the 762 ;; separator, then check what happens content-length bytes into the
763 ;; message body. This should be either the end ot the buffer, the 763 ;; message body. This should be either the end of the buffer, the
764 ;; message separator or a blank line followed by the separator. 764 ;; message separator or a blank line followed by the separator.
765 ;; The blank line should probably be deleted. If neither of the 765 ;; The blank line should probably be deleted. If neither of the
766 ;; three is met, the content-length header is probably invalid. 766 ;; three is met, the content-length header is probably invalid.
diff --git a/lisp/gnus/nnsoup.el b/lisp/gnus/nnsoup.el
index 9a119fe287c..22147dfbce0 100644
--- a/lisp/gnus/nnsoup.el
+++ b/lisp/gnus/nnsoup.el
@@ -1,6 +1,6 @@
1;;; nnsoup.el --- SOUP access for Gnus 1;;; nnsoup.el --- SOUP access for Gnus
2 2
3;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 3;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 6;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -158,7 +158,7 @@ backend for the messages.")
158 (when index-buffer 158 (when index-buffer
159 (insert-buffer-substring index-buffer) 159 (insert-buffer-substring index-buffer)
160 (goto-char b) 160 (goto-char b)
161 ;; We have to remove the index number entires and 161 ;; We have to remove the index number entries and
162 ;; insert article numbers instead. 162 ;; insert article numbers instead.
163 (while (looking-at "[0-9]+") 163 (while (looking-at "[0-9]+")
164 (replace-match (int-to-string number) t t) 164 (replace-match (int-to-string number) t t)
diff --git a/lisp/gnus/nnvirtual.el b/lisp/gnus/nnvirtual.el
index c72e416433b..ed89fec04af 100644
--- a/lisp/gnus/nnvirtual.el
+++ b/lisp/gnus/nnvirtual.el
@@ -1,5 +1,5 @@
1;;; nnvirtual.el --- virtual newsgroups access for Gnus 1;;; nnvirtual.el --- virtual newsgroups access for Gnus
2;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000 2;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002
3;; Free Software Foundation, Inc. 3;; Free Software Foundation, Inc.
4 4
5;; Author: David Moore <dmoore@ucsd.edu> 5;; Author: David Moore <dmoore@ucsd.edu>
@@ -527,7 +527,7 @@ If UPDATE-P is not nil, call gnus-group-update-group on the components."
527;;; in the virtual group. 527;;; in the virtual group.
528 528
529;;; If you have 3 components A, B and C, with articles 1-8, 1-5, and 6-7 529;;; If you have 3 components A, B and C, with articles 1-8, 1-5, and 6-7
530;;; resprectively, then the virtual article numbers look like: 530;;; respectively, then the virtual article numbers look like:
531;;; 531;;;
532;;; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 532;;; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
533;;; A1 A2 A3 A4 B1 A5 B2 A6 B3 A7 B4 C6 A8 B5 C7 533;;; A1 A2 A3 A4 B1 A5 B2 A6 B3 A7 B4 C6 A8 B5 C7
diff --git a/lisp/gnus/smiley-ems.el b/lisp/gnus/smiley-ems.el
index e3bc261bb96..6ded76685f7 100644
--- a/lisp/gnus/smiley-ems.el
+++ b/lisp/gnus/smiley-ems.el
@@ -148,7 +148,7 @@ With arg, turn displaying on if and only if arg is positive."
148(eval-when-compile (defvar gnus-article-buffer)) 148(eval-when-compile (defvar gnus-article-buffer))
149 149
150(defun gnus-smiley-display (&optional arg) 150(defun gnus-smiley-display (&optional arg)
151 "Display textual emoticaons (\"smilies\") as small graphical icons. 151 "Display textual emoticons (\"smilies\") as small graphical icons.
152With arg, turn displaying on if and only if arg is positive." 152With arg, turn displaying on if and only if arg is positive."
153 (interactive "P") 153 (interactive "P")
154 (save-excursion 154 (save-excursion