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 7a6ddfa719d..9f3a824a738 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5943,7 +5943,7 @@ The value takes effect whenever you tell a window to display this buffer; | |||
| 5943 | for instance, with `set-window-buffer' or when `display-buffer' displays it. | 5943 | for instance, with `set-window-buffer' or when `display-buffer' displays it. |
| 5944 | 5944 | ||
| 5945 | A value of `bottom' means put the horizontal scroll bar at the bottom of | 5945 | A value of `bottom' means put the horizontal scroll bar at the bottom of |
| 5946 | the window; a value of nil means don't show any horizonal scroll bars. | 5946 | the window; a value of nil means don't show any horizontal scroll bars. |
| 5947 | A value of t (the default) means do whatever the window's frame | 5947 | A value of t (the default) means do whatever the window's frame |
| 5948 | specifies. */); | 5948 | specifies. */); |
| 5949 | 5949 | ||