emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 d59abe7: Manual followup to last change


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 d59abe7: Manual followup to last change
Date: Sat, 19 Dec 2015 12:19:43 +0000

branch: emacs-25
commit d59abe74ac7b643d118bcfba518f718f9c5b497c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Manual followup to last change
    
    * doc/lispref/display.texi (Displaying Messages): Sync with the
    doc string.  (Bug#22210)
---
 doc/lispref/display.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index e9354cc..d1ac85a 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -330,7 +330,7 @@ support them, then @code{message-box} uses the echo area, 
like
 @code{message}.
 @end defun
 
address@hidden display-message-or-buffer message &optional buffer-name 
not-this-window frame
address@hidden display-message-or-buffer message &optional buffer-name action 
frame
 This function displays the message @var{message}, which may be either a
 string or a buffer.  If it is shorter than the maximum height of the
 echo area, as defined by @code{max-mini-window-height}, it is displayed
@@ -346,7 +346,7 @@ pop-up buffer is used, defaulting to @file{*Message*}.  In 
the case
 where @var{message} is a string and displayed in the echo area, it is
 not specified whether the contents are inserted into the buffer anyway.
 
-The optional arguments @var{not-this-window} and @var{frame} are as for
+The optional arguments @var{action} and @var{frame} are as for
 @code{display-buffer}, and only used if a buffer is displayed.
 @end defun
 



reply via email to

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