summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-08-19 15:25:26 +0300
committerEli Zaretskii <eliz@gnu.org>2021-08-19 15:25:26 +0300
commit8e93a37b7732e90a2b102b7246cc2cd69d840208 (patch)
tree5ce8fd9057ac8b50ccf43fbbda78e06075e70f07
parent4bd7be2b8f9420a11d6d06fed6128e082f4e6792 (diff)
downloademacs-8e93a37b7732e90a2b102b7246cc2cd69d840208.tar.gz
; * src/xdisp.c (hscroll_window_tree): Fix a typo in a comment.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index dd2ceda023d..0846af268eb 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -14903,7 +14903,7 @@ hscroll_window_tree (Lisp_Object window)
echo-area messages. This is because desired_matrix
of such windows was prepared while momentarily
switched to an echo-area buffer, which is different
- from w->contents, and wew simply cannot hscroll such
+ from w->contents, and we simply cannot hscroll such
windows safely. */
&& !(w == XWINDOW (echo_area_window)
&& !NILP (echo_area_buffer[0])))