]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-directory-function, mail-directory-requery, mail-directory): Don't quote
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 6 May 2003 17:48:06 +0000 (17:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 6 May 2003 17:48:06 +0000 (17:48 +0000)
nil and t in docstrings.

lisp/mail/mailalias.el

index 0e22538011c79b5b78277b51b337033c01c9e40b..6d0c2e12125739251027711ea121f1d13743f626 100644 (file)
@@ -93,14 +93,14 @@ If `angles', they look like:
   :group 'mailalias)
 
 (defcustom mail-directory-function nil
-  "*Function to get completions from directory service or `nil' for none.
+  "*Function to get completions from directory service or nil for none.
 See `mail-directory-requery'."
   :type '(choice function (const nil))
   :group 'mailalias)
 
 ;; This is for when the directory is huge, or changes frequently.
 (defcustom mail-directory-requery nil
-  "*When non-`nil' call `mail-directory-function' for each completion.
+  "*When non-nil call `mail-directory-function' for each completion.
 In that case, one argument gets passed to the function, the partial string
 entered so far."
   :type 'boolean
@@ -478,7 +478,7 @@ PATTERN is the string we want to complete."
 
 
 (defun mail-directory (pattern)
-  "Call directory to get names matching PATTERN or all if `nil'.
+  "Call directory to get names matching PATTERN or all if nil.
 Calls `mail-directory-function' and applies `mail-directory-parser' to output."
   (save-excursion
     (message "Querying directory...")