From: Andreas Schwab Date: Fri, 10 Nov 2006 15:03:06 +0000 (+0000) Subject: (mh-draft-folder): Avoid starting sentence with "nil". X-Git-Tag: emacs-pretest-22.0.91~158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b7916fb37373f50e83d0378b2f7dac9818464cb;p=emacs.git (mh-draft-folder): Avoid starting sentence with "nil". --- 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.") (defvar mh-draft-folder nil "Cached value of the \"Draft-Folder:\" MH profile component. Name of folder containing draft messages. -nil means do not use a draft folder.") +Do not use a draft folder if nil.") (defvar mh-inbox nil "Cached value of the \"Inbox:\" MH profile component.