From f0529b5b1aeb64a7df9765781948a5edbfc80b1e Mon Sep 17 00:00:00 2001 From: Pavel Janík Date: Thu, 20 Dec 2001 19:01:00 +0000 Subject: Doc fix. --- lisp/mail/feedmail.el | 2 +- lisp/mail/mh-pick.el | 6 +++--- lisp/mail/supercite.el | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lisp/mail') 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) -- cgit v1.2.3