diff options
| -rw-r--r-- | lisp/cus-start.el | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 117b23debef..e11f749556b 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -556,7 +556,15 @@ since it could result in memory overflow and make Emacs crash." | |||
| 556 | (const :tag "Text-image-horiz" :value text-image-horiz) | 556 | (const :tag "Text-image-horiz" :value text-image-horiz) |
| 557 | (const :tag "System default" :value nil)) "24.1") | 557 | (const :tag "System default" :value nil)) "24.1") |
| 558 | (tool-bar-max-label-size frames integer "24.1") | 558 | (tool-bar-max-label-size frames integer "24.1") |
| 559 | (auto-hscroll-mode scrolling boolean "21.1") | 559 | (auto-hscroll-mode scrolling |
| 560 | (choice | ||
| 561 | (const :tag "Don't scroll automatically" | ||
| 562 | :value nil) | ||
| 563 | (const :tag "Scroll the entire window" | ||
| 564 | :value t) | ||
| 565 | (const :tag "Scroll only the current line" | ||
| 566 | :value 'current-line)) | ||
| 567 | "26.1") | ||
| 560 | (void-text-area-pointer cursor | 568 | (void-text-area-pointer cursor |
| 561 | (choice | 569 | (choice |
| 562 | (const :tag "Standard (text pointer)" :value nil) | 570 | (const :tag "Standard (text pointer)" :value nil) |