emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a812992: ; mh-junk-background: fix documentation typo


From: Stephen Gildea
Subject: master a812992: ; mh-junk-background: fix documentation typo
Date: Mon, 2 Aug 2021 00:09:55 -0400 (EDT)

branch: master
commit a812992aee8d75969ebf9d2fb93aca21aed4a755
Author: Stephen Gildea <stepheng+emacs@gildea.com>
Commit: Stephen Gildea <stepheng+emacs@gildea.com>

    ; mh-junk-background: fix documentation typo
    
    * 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 | 2 +-
 lisp/mh-e/mh-e.el  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi
index 0724640..a7c1fed 100644
--- a/doc/misc/mh-e.texi
+++ b/doc/misc/mh-e.texi
@@ -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
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 797bfcc..949787a 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]