diff options
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/mailalias.el | 2 | ||||
-rw-r--r-- | lisp/mail/sendmail.el | 2 | ||||
-rw-r--r-- | lisp/mail/uudecode.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index 48329167bf1..577cec0fd86 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el @@ -77,7 +77,7 @@ If not on matching header, `mail-complete-function' gets called instead." ;;;###autoload (defcustom mail-complete-style 'angles "Specifies how \\[mail-complete] formats the full name when it completes. -If `nil', they contain just the return address like: +If nil, they contain just the return address like: king@grassland.com If `parens', they look like: king@grassland.com (Elvis Parsley) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 9fa7aa5a6f2..ddd8697dcd6 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -58,7 +58,7 @@ (defcustom mail-from-style 'default "Specifies how \"From:\" fields look. -If `nil', they contain just the return address like: +If nil, they contain just the return address like: king@grassland.com If `parens', they look like: king@grassland.com (Elvis Parsley) diff --git a/lisp/mail/uudecode.el b/lisp/mail/uudecode.el index 419aefbdad0..c1e3439a5de 100644 --- a/lisp/mail/uudecode.el +++ b/lisp/mail/uudecode.el @@ -102,7 +102,7 @@ used is specified by `uudecode-decoder-program'." (let ((cdir default-directory) (default-process-coding-system (if (featurep 'xemacs) - ;; In XEmacs, `nil' is not a valid coding system. + ;; In XEmacs, nil is not a valid coding system. '(binary . binary) nil))) (unwind-protect |