comparison src/buffer.c @ 59194:e81022709627

(syms_of_buffer) <vertical-scroll-bar>: Correct typo.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 29 Dec 2004 22:14:46 +0000
parents f6d6e52c03a4
children 9d293bf75d6c 025da3ba778e 95879cc1ed20
comparison
equal deleted inserted replaced
59193:8628180958f4 59194:e81022709627
5647 5647
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.
5651 The value takes effect whenever you tell a window to display this buffer; 5651 The value takes effect whenever you tell a window to display this buffer;
5652 for instance, with `set-window-buffer' when or `display-buffer' displays it. 5652 for instance, with `set-window-buffer' or when `display-buffer' displays it.
5653 5653
5654 A value of `left' or `right' means put the vertical scroll bar at that side 5654 A value of `left' or `right' means put the vertical scroll bar at that side
5655 of the window; a value of nil means don't show any vertical scroll bars. 5655 of the window; a value of nil means don't show any vertical scroll bars.
5656 A value of t (the default) means do whatever the window's frame specifies. */); 5656 A value of t (the default) means do whatever the window's frame specifies. */);
5657 5657