aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2004-12-29 22:18:41 +0000
committerLuc Teirlinck <[email protected]>2004-12-29 22:18:41 +0000
commit188577ceca213861faca70fdf63e3f31f18c1d75 (patch)
treedcde39dcc86004b3f8b2e9ab31416213b8a47fe3 /src
parent99ec74b9643d563b104d791b3372f77ddb78235e (diff)
(syms_of_buffer) <vertical-scroll-bar>: Correct typo.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/buffer.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e7a901fd18..2f974365cd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-29 Luc Teirlinck <[email protected]>
+
+ * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
+
2004-12-29 Richard M. Stallman <[email protected]>
* buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
diff --git a/src/buffer.c b/src/buffer.c
index 7eb9bbbe65..b3bcb68c28 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. */);
Qnil,
doc: /* *Position of this buffer's vertical scroll bar.
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.
+for instance, with `set-window-buffer' or when `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.