diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 62431cb8fe1..45e614fb449 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5919,7 +5919,7 @@ A value of nil means to use the scroll bar width from the window's frame. */); | |||
| 5919 | DEFVAR_PER_BUFFER ("scroll-bar-height", &BVAR (current_buffer, scroll_bar_height), | 5919 | DEFVAR_PER_BUFFER ("scroll-bar-height", &BVAR (current_buffer, scroll_bar_height), |
| 5920 | Qintegerp, | 5920 | Qintegerp, |
| 5921 | doc: /* Height of this buffer's scroll bars in pixels. | 5921 | doc: /* Height of this buffer's scroll bars in pixels. |
| 5922 | A value of nil means to use the scroll bar heiht from the window's frame. */); | 5922 | A value of nil means to use the scroll bar height from the window's frame. */); |
| 5923 | 5923 | ||
| 5924 | DEFVAR_PER_BUFFER ("vertical-scroll-bar", &BVAR (current_buffer, vertical_scroll_bar_type), | 5924 | DEFVAR_PER_BUFFER ("vertical-scroll-bar", &BVAR (current_buffer, vertical_scroll_bar_type), |
| 5925 | Qvertical_scroll_bar, | 5925 | Qvertical_scroll_bar, |