emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5a75cd1: * src/xdisp.c (Vmessage_stack): Fix commen


From: Paul Eggert
Subject: [Emacs-diffs] master 5a75cd1: * src/xdisp.c (Vmessage_stack): Fix comment to match code.
Date: Sun, 11 Feb 2018 12:58:38 -0500 (EST)

branch: master
commit 5a75cd1f8fbdb1dc5dbadf32c1e224e32a712194
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/xdisp.c (Vmessage_stack): Fix comment to match code.
---
 src/xdisp.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index 9a5bd2e..7c90d32 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -440,10 +440,8 @@ static Lisp_Object default_invis_vector[3];
 
 Lisp_Object echo_area_window;
 
-/* List of pairs (MESSAGE . MULTIBYTE).  The function save_message
-   pushes the current message and the value of
-   message_enable_multibyte on the stack, the function restore_message
-   pops the stack and displays MESSAGE again.  */
+/* Stack of messages, which are pushed by push_message and popped and
+   displayed by restore_message.  */
 
 static Lisp_Object Vmessage_stack;
 



reply via email to

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