emacs-diffs
[Top][All Lists]
Advanced

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

master 1767f796b0: ; * src/xdisp.c (set_vertical_scroll_bar): Fix typo


From: Robert Pluim
Subject: master 1767f796b0: ; * src/xdisp.c (set_vertical_scroll_bar): Fix typo
Date: Fri, 22 Jul 2022 10:21:38 -0400 (EDT)

branch: master
commit 1767f796b0e0649219e37b6b205f4d414a4364c6
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

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

diff --git a/src/xdisp.c b/src/xdisp.c
index 629524eee4..e998df32a6 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -18943,7 +18943,7 @@ set_vertical_scroll_bar (struct window *w)
          struct text_pos start_pos;
          struct buffer *obuf = current_buffer;
          /* When we display the scroll bar of a mini-window,
-            current_buffer is not gauranteed to be the mini-window's
+            current_buffer is not guaranteed to be the mini-window's
             buffer, see the beginning of redisplay_window.  */
          set_buffer_internal_1 (XBUFFER (w->contents));
          SET_TEXT_POS_FROM_MARKER (start_pos, w->start);



reply via email to

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