summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-03-16 18:52:36 +0200
committerEli Zaretskii <eliz@gnu.org>2016-03-16 18:52:36 +0200
commit6b6916e8724370219843311fd7e0ee469e3ad2f2 (patch)
tree65ce6056b76d48c3b5e54e5925b0d532c22c9092 /src
parentee9a1f7ee9573b11a0e5f6ccf0258a290087f6a4 (diff)
downloademacs-6b6916e8724370219843311fd7e0ee469e3ad2f2.tar.gz
; * src/xdisp.c (with_echo_area_buffer): Fix typos in comments.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index edefe3210c0..d68244e6c9d 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]))
{