From 23a7c4951086666c9f4c4ea8129862cd284495c7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 6 May 2003 17:47:18 +0000 Subject: [PATCH] (rmail-primary-inbox-list): Don't quote nil and t in docstrings. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index ffea8f21b9b..4919fd423c6 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -212,7 +212,7 @@ See also `rmail-highlight-face'." ;;;###autoload (defcustom rmail-primary-inbox-list nil "\ *List of files which are inboxes for user's primary mail file `~/RMAIL'. -`nil' means the default, which is (\"/usr/spool/mail/$USER\") +nil means the default, which is (\"/usr/spool/mail/$USER\") \(the name varies depending on the operating system, and the value of the environment variable MAIL overrides it)." ;; Don't use backquote here, because we don't want to need it -- 2.11.4.GIT