emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 6b6916e: ; * src/xdisp.c (with_echo_area_buffer):


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 6b6916e: ; * src/xdisp.c (with_echo_area_buffer): Fix typos in comments.
Date: Wed, 16 Mar 2016 16:53:33 +0000

branch: emacs-25
commit 6b6916e8724370219843311fd7e0ee469e3ad2f2
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/xdisp.c (with_echo_area_buffer): Fix typos in comments.
---
 src/xdisp.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index edefe32..d68244e 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -10524,8 +10524,8 @@ ensure_echo_area_buffers (void)
    suitable buffer from echo_buffer[] and clear it.
 
    If WHICH < 0, set echo_area_buffer[1] to echo_area_buffer[0], so
-   that the current message becomes the last displayed one, make
-   choose a suitable buffer for echo_area_buffer[0], and clear it.
+   that the current message becomes the last displayed one, choose a
+   suitable buffer for echo_area_buffer[0], and clear it.
 
    Value is what FN returns.  */
 
@@ -10559,7 +10559,7 @@ with_echo_area_buffer (struct window *w, int which,
        echo_area_buffer[this_one] = Qnil;
     }
 
-  /* Choose a suitable buffer from echo_buffer[] is we don't
+  /* Choose a suitable buffer from echo_buffer[] if we don't
      have one.  */
   if (NILP (echo_area_buffer[this_one]))
     {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]