aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorKaroly Lorentey2005-01-06 15:05:01 +0000
committerKaroly Lorentey2005-01-06 15:05:01 +0000
commitfd41924555942f6c3c1e12400ab313717a3818cd (patch)
tree8d9e405d68e8f6f1d420b35094f150af44518971 /src/buffer.c
parent0feecea9fb7079a2c1fbfee32a992449a22cf478 (diff)
parent553fd77e2511cdc4d1b45933f237c724ee72c3b9 (diff)
downloademacs-fd41924555942f6c3c1e12400ab313717a3818cd.tar.gz
emacs-fd41924555942f6c3c1e12400ab313717a3818cd.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-756 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-279
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..b3bcb68c281 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' or when `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. */);