changeset 73893:af2064a2e4f1

(mh-draft-folder): Avoid starting sentence with "nil".
author Andreas Schwab <schwab@suse.de>
date Fri, 10 Nov 2006 15:03:06 +0000
parents ead560ccb1c3
children cfa3c02ad6bf
files lisp/mh-e/mh-e.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el	Fri Nov 10 09:55:23 2006 +0000
+++ b/lisp/mh-e/mh-e.el	Fri Nov 10 15:03:06 2006 +0000
@@ -188,7 +188,7 @@
 (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.