From 5a75cd1f8fbdb1dc5dbadf32c1e224e32a712194 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 11 Feb 2018 09:58:10 -0800 Subject: [PATCH] * 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 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; -- 2.39.2