From 1a9aa7dfa07fd3737a391af994010989b876568b Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Mon, 13 Nov 2006 04:40:11 +0000 Subject: [PATCH] (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. --- lisp/mh-e/mh-e.el | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index e8078e2154..e1e9648e31 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -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 -- 2.39.2