aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 7eb9bbbe650..b3bcb68c281 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5649,7 +5649,7 @@ A value of nil means to use the scroll bar width from the window's frame. */);
5649 Qnil, 5649 Qnil,
5650 doc: /* *Position of this buffer's vertical scroll bar. 5650 doc: /* *Position of this buffer's vertical scroll bar.
5651The value takes effect whenever you tell a window to display this buffer; 5651The value takes effect whenever you tell a window to display this buffer;
5652for instance, with `set-window-buffer' when or `display-buffer' displays it. 5652for instance, with `set-window-buffer' or when `display-buffer' displays it.
5653 5653
5654A value of `left' or `right' means put the vertical scroll bar at that side 5654A value of `left' or `right' means put the vertical scroll bar at that side
5655of the window; a value of nil means don't show any vertical scroll bars. 5655of the window; a value of nil means don't show any vertical scroll bars.