]> git.eshelyaron.com Git - emacs.git/commitdiff
; mh-junk-background: fix documentation typo
authorStephen Gildea <stepheng+emacs@gildea.com>
Mon, 2 Aug 2021 04:07:52 +0000 (21:07 -0700)
committerStephen Gildea <stepheng+emacs@gildea.com>
Mon, 2 Aug 2021 04:09:16 +0000 (21:09 -0700)
* lisp/mh-e/mh-e.el (mh-junk-background), doc/misc/mh-e.texi:
In documentation, name the correct argument to call-process.

doc/misc/mh-e.texi
lisp/mh-e/mh-e.el

index 0724640cf73b6bb293f711f53aa2bd71fafbd96d..a7c1fed29cb5f0b8bedb6e1819800d63a2c4c61d 100644 (file)
@@ -7687,7 +7687,7 @@ 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 the option @code{mh-junk-background}. @footnote{Note that
-the option @code{mh-junk-background} is used as the @code{display}
+the option @code{mh-junk-background} is used as the @code{destination}
 argument in the call to @code{call-process}. Therefore, turning on
 this option means setting its value to @samp{0}. You can also set its
 value to @samp{t} to direct the programs' output to the @file{*MH-E
index 797bfcc2131cee0114e1ceed263a6305d00fd465..949787a25011736197c074e150b35f119a0ca261 100644 (file)
@@ -1718,8 +1718,8 @@ 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.
 
-Note that this option is used as the \"display\" argument in the
-call to `call-process'. Therefore, turning on this option means
+Note that this option is used as the \"destination\" 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."