]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xdisp.c (Vmessage_stack): Fix comment to match code.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Feb 2018 17:58:10 +0000 (09:58 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Feb 2018 17:58:31 +0000 (09:58 -0800)
src/xdisp.c

index 9a5bd2eb96cca5452a4a85de403b2f0fea81f652..7c90d32db69a59291d2e90b42b75cceaf3ed4979 100644 (file)
@@ -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;