diff src/buffer.c @ 59191:f6d6e52c03a4

(syms_of_buffer) <vertical-scroll-bar>: Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 29 Dec 2004 20:39:38 +0000
parents 3f2406abbe2a
children e81022709627
line wrap: on
line diff
--- a/src/buffer.c	Wed Dec 29 20:10:57 2004 +0000
+++ b/src/buffer.c	Wed Dec 29 20:39:38 2004 +0000
@@ -5648,7 +5648,9 @@
   DEFVAR_PER_BUFFER ("vertical-scroll-bar", &current_buffer->vertical_scroll_bar_type,
 		     Qnil,
 		     doc: /* *Position of this buffer's vertical scroll bar.
-The value takes effect whenever you display this buffer in a window.
+The value takes effect whenever you tell a window to display this buffer;
+for instance, with `set-window-buffer' when or `display-buffer' displays it.
+
 A value of `left' or `right' means put the vertical scroll bar at that side
 of the window; a value of nil means don't show any vertical scroll bars.
 A value of t (the default) means do whatever the window's frame specifies.  */);