From: Juanma Barranquero Date: Fri, 30 Aug 2002 10:38:28 +0000 (+0000) Subject: (imap-stream-alist, imap-authenticator-alist): Fix typos. X-Git-Tag: emacs-pretest-21.2.91~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78d88433fe9df4b2860549ce4aa8c6619e494118;p=emacs.git (imap-stream-alist, imap-authenticator-alist): Fix typos. --- diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el index 643fd10d9f1..aa133db2a9f 100644 --- a/lisp/gnus/imap.el +++ b/lisp/gnus/imap.el @@ -240,10 +240,10 @@ until a successful connection is made." (starttls imap-starttls-p imap-starttls-open)) "Definition of network streams. -(NAME CHECK OPEN) +\(NAME CHECK OPEN) NAME names the stream, CHECK is a function returning non-nil if the -server support the stream and OPEN is a function for opening the +server supports the stream and OPEN is a function for opening the stream.") (defvar imap-authenticators '(gssapi @@ -263,11 +263,11 @@ stream.") (digest-md5 imap-digest-md5-p imap-digest-md5-auth)) "Definition of authenticators. -(NAME CHECK AUTHENTICATE) +\(NAME CHECK AUTHENTICATE) NAME names the authenticator. CHECK is a function returning non-nil if -the server support the authenticator and AUTHENTICATE is a function -for doing the actuall authentification.") +the server supports the authenticator and AUTHENTICATE is a function +for doing the actual authentication.") (defvar imap-use-utf7 t "If non-nil, do utf7 encoding/decoding of mailbox names.