* src/xdisp.c (Vmessage_stack): Fix comment to match code.
This commit is contained in:
parent
13f4b518d0
commit
5a75cd1f8f
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue