From: Robert Pluim Date: Fri, 22 Jul 2022 14:20:36 +0000 (+0200) Subject: ; * src/xdisp.c (set_vertical_scroll_bar): Fix typo X-Git-Tag: emacs-29.0.90~1447^2~803 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1767f796b0e0649219e37b6b205f4d414a4364c6;p=emacs.git ; * src/xdisp.c (set_vertical_scroll_bar): Fix typo --- diff --git a/src/xdisp.c b/src/xdisp.c index 629524eee4a..e998df32a6a 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);