aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index b46993a3cdb..80791a1fdb1 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5925,12 +5925,12 @@ in a window. To make the change take effect, call `set-window-buffer'. */);
5925 5925
5926 DEFVAR_PER_BUFFER ("scroll-bar-width", &BVAR (current_buffer, scroll_bar_width), 5926 DEFVAR_PER_BUFFER ("scroll-bar-width", &BVAR (current_buffer, scroll_bar_width),
5927 Qintegerp, 5927 Qintegerp,
5928 doc: /* Width of this buffer's scroll bars in pixels. 5928 doc: /* Width of this buffer's vertical scroll bars in pixels.
5929A value of nil means to use the scroll bar width from the window's frame. */); 5929A value of nil means to use the scroll bar width from the window's frame. */);
5930 5930
5931 DEFVAR_PER_BUFFER ("scroll-bar-height", &BVAR (current_buffer, scroll_bar_height), 5931 DEFVAR_PER_BUFFER ("scroll-bar-height", &BVAR (current_buffer, scroll_bar_height),
5932 Qintegerp, 5932 Qintegerp,
5933 doc: /* Height of this buffer's scroll bars in pixels. 5933 doc: /* Height of this buffer's horizontal scroll bars in pixels.
5934A value of nil means to use the scroll bar height from the window's frame. */); 5934A value of nil means to use the scroll bar height from the window's frame. */);
5935 5935
5936 DEFVAR_PER_BUFFER ("vertical-scroll-bar", &BVAR (current_buffer, vertical_scroll_bar_type), 5936 DEFVAR_PER_BUFFER ("vertical-scroll-bar", &BVAR (current_buffer, vertical_scroll_bar_type),