aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-29 20:39:38 +0000
committerRichard M. Stallman2004-12-29 20:39:38 +0000
commit7c6b20070ec397f2a42e4bc2b938139a3c9b180f (patch)
tree83800d8215a94122090a6d0309346b2798216911 /src/buffer.c
parente756f049c6cc337a05746839de61b39e440ce119 (diff)
downloademacs-7c6b20070ec397f2a42e4bc2b938139a3c9b180f.tar.gz
emacs-7c6b20070ec397f2a42e4bc2b938139a3c9b180f.zip
(syms_of_buffer) <vertical-scroll-bar>: Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 38678dc5a49..7eb9bbbe650 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5648,7 +5648,9 @@ A value of nil means to use the scroll bar width from the window's frame. */);
5648 DEFVAR_PER_BUFFER ("vertical-scroll-bar", &current_buffer->vertical_scroll_bar_type, 5648 DEFVAR_PER_BUFFER ("vertical-scroll-bar", &current_buffer->vertical_scroll_bar_type,
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 display this buffer in a window. 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.
5653
5652A 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
5653of 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.
5654A value of t (the default) means do whatever the window's frame specifies. */); 5656A value of t (the default) means do whatever the window's frame specifies. */);