aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2006-11-10 15:03:06 +0000
committerAndreas Schwab2006-11-10 15:03:06 +0000
commit1b7916fb37373f50e83d0378b2f7dac9818464cb (patch)
tree6f81e090985acb62a6db0e13d5effc5ab67679b0
parent0cf79a3ba2bd3047e875a51edc6358955c0c3a49 (diff)
downloademacs-1b7916fb37373f50e83d0378b2f7dac9818464cb.tar.gz
emacs-1b7916fb37373f50e83d0378b2f7dac9818464cb.zip
(mh-draft-folder): Avoid starting sentence with "nil".
-rw-r--r--lisp/mh-e/mh-e.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index b0c616c46ad..74f62c5c20e 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -188,7 +188,7 @@ This directory contains, among other things, the mhl program.")
188(defvar mh-draft-folder nil 188(defvar mh-draft-folder nil
189 "Cached value of the \"Draft-Folder:\" MH profile component. 189 "Cached value of the \"Draft-Folder:\" MH profile component.
190Name of folder containing draft messages. 190Name of folder containing draft messages.
191nil means do not use a draft folder.") 191Do not use a draft folder if nil.")
192 192
193(defvar mh-inbox nil 193(defvar mh-inbox nil
194 "Cached value of the \"Inbox:\" MH profile component. 194 "Cached value of the \"Inbox:\" MH profile component.