From: Paul Eggert Date: Sun, 11 Feb 2018 17:58:10 +0000 (-0800) Subject: * src/xdisp.c (Vmessage_stack): Fix comment to match code. X-Git-Tag: emacs-27.0.90~5704 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a75cd1f8fbdb1dc5dbadf32c1e224e32a712194;p=emacs.git * src/xdisp.c (Vmessage_stack): Fix comment to match code. --- diff --git a/src/xdisp.c b/src/xdisp.c index 9a5bd2eb96c..7c90d32db69 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;