]> code.delx.au - gnu-emacs/commitdiff
; * src/xdisp.c (with_echo_area_buffer): Fix typos in comments.
authorEli Zaretskii <eliz@gnu.org>
Wed, 16 Mar 2016 16:52:36 +0000 (18:52 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 16 Mar 2016 16:52:36 +0000 (18:52 +0200)
src/xdisp.c

index edefe3210c037113d165edad66f59bb4b7cb48d3..d68244e6c9d1b8405bde0c5c7d62f891c799f174 100644 (file)
@@ -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]))
     {