changeset 73958:7df5ae069c1c

(mh-alias-local-users): Boolean docstrings should start with "Non-nil means". Perhaps this option should have a -flag appended. (mh-junk-background): Sync docstring with manual.
author Bill Wohler <wohler@newt.com>
date Mon, 13 Nov 2006 04:40:11 +0000
parents 11b214d38a57
children d67b3c1597d8
files lisp/mh-e/mh-e.el
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el	Mon Nov 13 04:39:51 2006 +0000
+++ b/lisp/mh-e/mh-e.el	Mon Nov 13 04:40:11 2006 +0000
@@ -1218,7 +1218,7 @@
   :package-version '(MH-E . "7.1"))
 
 (defcustom-mh mh-alias-local-users t
-  "*If on, local users are added to alias completion.
+  "*Non-nil means local users are added to alias completion.
 
 Aliases are created from \"/etc/passwd\" entries with a user ID
 larger than a magical number, typically 200. This can be a handy
@@ -1690,9 +1690,13 @@
 By default, the programs are run in the foreground, but this can
 be slow when junking large numbers of messages. If you have
 enough memory or don't junk that many messages at the same time,
-you might try turning on this option (that is, setting its value to 0).
-If the value is t, the programs' output is saved in the MH-E log buffer;
-this may be useful for debugging."
+you might try turning on this option.
+
+Note that this option is used as the \"display\" argument in the
+call to `call-process'. Therefore, turning on this option means
+setting its value to \"0\". You can also set its value to t to
+direct the programs' output to the \"*MH-E Log*\" buffer; this
+may be useful for debugging."
   :type '(choice (const :tag "Off" nil)
                  (const :tag "On" 0))
   :group 'mh-junk