aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/feedmail.el2
-rw-r--r--lisp/mail/mh-pick.el6
-rw-r--r--lisp/mail/supercite.el2
3 files changed, 5 insertions, 5 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el
index 8a69ae7802..a7f4a15c98 100644
--- a/lisp/mail/feedmail.el
+++ b/lisp/mail/feedmail.el
@@ -684,7 +684,7 @@ in the saved message if you use Fcc:."
(defcustom feedmail-fiddle-headers-upwardly t
"*Non-nil means fiddled header fields should go at the top of the header.
-Nil means insert them at the bottom. This is mostly a novelty issue since
+nil means insert them at the bottom. This is mostly a novelty issue since
the standards define the ordering of header fields to be immaterial and it's
fairly likely that some MTA along the way will have its own idea of what the
order should be, regardless of what you specify."
diff --git a/lisp/mail/mh-pick.el b/lisp/mail/mh-pick.el
index c00a8d78dd..f49f0d76db 100644
--- a/lisp/mail/mh-pick.el
+++ b/lisp/mail/mh-pick.el
@@ -1,5 +1,5 @@
;;; mh-pick.el --- make a search pattern and search for a message in mh-e
-;; Time-stamp: <2001-07-14 13:09:34 pavel>
+;; Time-stamp: <2001-12-20 18:55:31 pavel>
;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
@@ -26,7 +26,7 @@
;;; Change Log:
-;; $Id: mh-pick.el,v 1.5 1996/01/14 07:34:30 erik Exp $
+;; $Id: mh-pick.el,v 1.6 2001/07/15 19:53:53 pj Exp $
;;; Code:
@@ -154,7 +154,7 @@ Add the messages found to the sequence named `search'."
;; Return the next piece of a pick argument that can be extracted from the
;; BUFFER.
;; Return a list like ("--fieldname" "pattern") or ("-search" "bodypat")
- ;; or NIL if no pieces remain.
+ ;; or nil if no pieces remain.
(set-buffer buffer)
(let ((case-fold-search t))
(cond ((eobp)
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index e1bac745bf..a7bf6e7370 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -1866,7 +1866,7 @@ entered, regardless of the value of `sc-electric-references-p'. See
(defun sc-toggle-var (variable)
"Boolean toggle VARIABLE's value.
-VARIABLE must be a bound symbol. Nil values change to t, non-nil
+VARIABLE must be a bound symbol. nil values change to t, non-nil
values are changed to nil."
(message "%s changed from %s to %s"
variable (symbol-value variable)