emacs-diffs
[Top][All Lists]
Advanced

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

master 8e93a37 2/2: ; * src/xdisp.c (hscroll_window_tree): Fix a typo in


From: Eli Zaretskii
Subject: master 8e93a37 2/2: ; * src/xdisp.c (hscroll_window_tree): Fix a typo in a comment.
Date: Thu, 19 Aug 2021 08:26:18 -0400 (EDT)

branch: master
commit 8e93a37b7732e90a2b102b7246cc2cd69d840208
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/xdisp.c (hscroll_window_tree): Fix a typo in a comment.
---
 src/xdisp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xdisp.c b/src/xdisp.c
index dd2ceda..0846af2 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])))



reply via email to

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