]> code.delx.au - gnu-emacs/commitdiff
(mh-alias-local-users): Boolean docstrings should start with "Non-nil
authorBill Wohler <wohler@newt.com>
Mon, 13 Nov 2006 04:40:11 +0000 (04:40 +0000)
committerBill Wohler <wohler@newt.com>
Mon, 13 Nov 2006 04:40:11 +0000 (04:40 +0000)
means". Perhaps this option should have a -flag appended.
(mh-junk-background): Sync docstring with manual.

lisp/mh-e/mh-e.el

index e8078e2154fe2e0936246e7ecc72b7663da9b1db..e1e9648e31dd07596bb3ab25c7b0d0dd0e25d68e 100644 (file)
@@ -1218,7 +1218,7 @@ or \"Bottom\" of your alias file might be more appropriate."
   :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 @@ The function is always called with SYMBOL bound to
 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