diff options
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index e11f749556b..4253d40b759 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -563,7 +563,7 @@ since it could result in memory overflow and make Emacs crash." | |||
| 563 | (const :tag "Scroll the entire window" | 563 | (const :tag "Scroll the entire window" |
| 564 | :value t) | 564 | :value t) |
| 565 | (const :tag "Scroll only the current line" | 565 | (const :tag "Scroll only the current line" |
| 566 | :value 'current-line)) | 566 | :value current-line)) |
| 567 | "26.1") | 567 | "26.1") |
| 568 | (void-text-area-pointer cursor | 568 | (void-text-area-pointer cursor |
| 569 | (choice | 569 | (choice |