summaryrefslogtreecommitdiff
path: root/lisp/gnus/imap.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-20 18:59:32 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-20 18:59:32 +0000
commit0ff9b955fe8d8032f5c139dcc86990f0177b646f (patch)
treeca703702f9fd7d7a9a15f77cb5cdc28c5767bdc2 /lisp/gnus/imap.el
parent3c08498acc0ad4b82ffa5e13b87f098cdb5fcda8 (diff)
downloademacs-0ff9b955fe8d8032f5c139dcc86990f0177b646f.tar.gz
Doc fixes.
Diffstat (limited to 'lisp/gnus/imap.el')
-rw-r--r--lisp/gnus/imap.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el
index ea267332980..d46a92a0b28 100644
--- a/lisp/gnus/imap.el
+++ b/lisp/gnus/imap.el
@@ -1751,21 +1751,21 @@ Return nil if no complete line has arrived."
;;
;; addr-adl = nstring
;; ; Holds route from [RFC-822] route-addr if
-;; ; non-NIL
+;; ; non-nil
;;
;; addr-host = nstring
-;; ; NIL indicates [RFC-822] group syntax.
+;; ; nil indicates [RFC-822] group syntax.
;; ; Otherwise, holds [RFC-822] domain name
;;
;; addr-mailbox = nstring
-;; ; NIL indicates end of [RFC-822] group; if
-;; ; non-NIL and addr-host is NIL, holds
+;; ; nil indicates end of [RFC-822] group; if
+;; ; non-nil and addr-host is nil, holds
;; ; [RFC-822] group name.
;; ; Otherwise, holds [RFC-822] local-part
;; ; after removing [RFC-822] quoting
;;
;; addr-name = nstring
-;; ; If non-NIL, holds phrase from [RFC-822]
+;; ; If non-nil, holds phrase from [RFC-822]
;; ; mailbox after removing [RFC-822] quoting
;;
@@ -2455,7 +2455,7 @@ Return nil if no complete line has arrived."
(push (imap-parse-nstring) body);; body-fld-desc
(imap-forward)
;; next `or' for Sun SIMS bug, it regard body-fld-enc as a
- ;; nstring and return NIL instead of defaulting back to 7BIT
+ ;; nstring and return nil instead of defaulting back to 7BIT
;; as the standard says.
(push (or (imap-parse-nstring) "7BIT") body);; body-fld-enc
(imap-forward)