aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2021-08-19 15:25:26 +0300
committerEli Zaretskii2021-08-19 15:25:26 +0300
commit8e93a37b7732e90a2b102b7246cc2cd69d840208 (patch)
tree5ce8fd9057ac8b50ccf43fbbda78e06075e70f07 /src
parent4bd7be2b8f9420a11d6d06fed6128e082f4e6792 (diff)
downloademacs-8e93a37b7732e90a2b102b7246cc2cd69d840208.tar.gz
emacs-8e93a37b7732e90a2b102b7246cc2cd69d840208.zip
; * src/xdisp.c (hscroll_window_tree): Fix a typo in a comment.
Diffstat (limited to 'src')
-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)
14903 echo-area messages. This is because desired_matrix 14903 echo-area messages. This is because desired_matrix
14904 of such windows was prepared while momentarily 14904 of such windows was prepared while momentarily
14905 switched to an echo-area buffer, which is different 14905 switched to an echo-area buffer, which is different
14906 from w->contents, and wew simply cannot hscroll such 14906 from w->contents, and we simply cannot hscroll such
14907 windows safely. */ 14907 windows safely. */
14908 && !(w == XWINDOW (echo_area_window) 14908 && !(w == XWINDOW (echo_area_window)
14909 && !NILP (echo_area_buffer[0]))) 14909 && !NILP (echo_area_buffer[0])))