diff options
| author | Andreas Schwab | 2006-11-10 15:03:06 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2006-11-10 15:03:06 +0000 |
| commit | 1b7916fb37373f50e83d0378b2f7dac9818464cb (patch) | |
| tree | 6f81e090985acb62a6db0e13d5effc5ab67679b0 | |
| parent | 0cf79a3ba2bd3047e875a51edc6358955c0c3a49 (diff) | |
| download | emacs-1b7916fb37373f50e83d0378b2f7dac9818464cb.tar.gz emacs-1b7916fb37373f50e83d0378b2f7dac9818464cb.zip | |
(mh-draft-folder): Avoid starting sentence with "nil".
| -rw-r--r-- | lisp/mh-e/mh-e.el | 2 |
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. |
| 190 | Name of folder containing draft messages. | 190 | Name of folder containing draft messages. |
| 191 | nil means do not use a draft folder.") | 191 | Do 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. |