2001-11-28 11:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 28 Nov 2001 16:52:53 +0000 (16:52 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 28 Nov 2001 16:52:53 +0000 (16:52 +0000)
* sieve-manage.el (sieve-manage-stream-alist): Backslash before
open parenthesis in doc.
(sieve-manage-authenticator-alist): Typo in doc.
* imap.el (imap-authenticator-alist): Typo in doc.
(imap-stream-alist): Backslash.

lisp/ChangeLog
lisp/imap.el
lisp/sieve-manage.el

index 2ad7d81..32eb0b3 100644 (file)
@@ -1,5 +1,11 @@
 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
+       * sieve-manage.el (sieve-manage-stream-alist): Backslash before
+       open parenthesis in doc.
+       (sieve-manage-authenticator-alist): Typo in doc.
+       * imap.el (imap-authenticator-alist): Typo in doc.
+       (imap-stream-alist): Backslash.
+
        * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
          Thanks to david.goldberg6@verizon.net (David S. Goldberg)
 
index b72e3aa..923880d 100644 (file)
@@ -264,7 +264,7 @@ encoded mailboxes which doesn't translate into ISO-8859-1."
     (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
@@ -287,11 +287,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.")
+for doing the actual authentication.")
 
 (defvar imap-error nil
   "Error codes from the last command.")
index 51f55ba..ca77067 100644 (file)
@@ -65,7 +65,7 @@
 ;;
 ;; 2001-10-31 Committed to Oort Gnus.
 ;;
-;; $Id: sieve-manage.el,v 6.1 2001/11/01 00:50:22 jas Exp $
+;; $Id: sieve-manage.el,v 6.2 2001/11/01 01:18:11 zsh Exp $
 
 ;;; Code:
 
     (starttls  sieve-manage-starttls-p         sieve-manage-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
@@ -121,11 +121,11 @@ stream.")
     (plain      sieve-manage-plain-p          sieve-manage-plain-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.")
 
 (defcustom sieve-manage-default-port 2000
   "Default port number for managesieve protocol."