Mercurial > emacs
changeset 47129:dd529e3b965b
(imap-authenticator-alist, imap-stream-alist, imap-continuation): Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 30 Aug 2002 11:10:30 +0000 |
parents | 119560f22343 |
children | 454f46344502 |
files | lisp/gnus/imap.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/imap.el Fri Aug 30 11:09:19 2002 +0000 +++ b/lisp/gnus/imap.el Fri Aug 30 11:10:30 2002 +0000 @@ -240,10 +240,10 @@ (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 @@ (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.") +for doing the actual authentication.") (defvar imap-use-utf7 t "If non-nil, do utf7 encoding/decoding of mailbox names. @@ -367,7 +367,7 @@ (defvar imap-continuation nil "Non-nil indicates that the server emitted a continuation request. -The actually value is really the text on the continuation line.") +The actual value is really the text on the continuation line.") (defvar imap-log nil "Name of buffer for imap session trace.