* src/xdisp.c (Vmessage_stack): Fix comment to match code.

This commit is contained in:
Paul Eggert 2018-02-11 09:58:10 -08:00
parent 13f4b518d0
commit 5a75cd1f8f

View 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;