]> code.delx.au - gnu-emacs/blobdiff - lisp/mh-e/mh-e.el
(mh-draft-folder): Doc fix (Nil -> nil).
[gnu-emacs] / lisp / mh-e / mh-e.el
index 5c1e18355eb81dd4cae6c78567eb5984dfd100c3..b0c616c46ad356e97007d553c7ba6a2011f5c38a 100644 (file)
@@ -6,7 +6,7 @@
 
 ;; Author: Bill Wohler <wohler@newt.com>
 ;; Maintainer: Bill Wohler <wohler@newt.com>
-;; Version: 8.0.1
+;; Version: 8.0.2
 ;; Keywords: mail
 
 ;; This file is part of GNU Emacs.
 ;; Try to keep variables local to a single file. Provide accessors if
 ;; variables are shared. Use this section as a last resort.
 
-(defconst mh-version "8.0.1" "Version number of MH-E.")
+(defconst mh-version "8.0.2" "Version number of MH-E.")
 
 ;; Variants
 
@@ -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.")
+nil means do not use a draft folder.")
 
 (defvar mh-inbox nil
   "Cached value of the \"Inbox:\" MH profile component.