diff options
| author | Stephen Berman | 2017-05-19 11:36:01 +0200 |
|---|---|---|
| committer | Stephen Berman | 2017-05-19 11:36:01 +0200 |
| commit | cecd99d826547d4bfd918bba476eda206f0f0afc (patch) | |
| tree | 2a8112209468f2e16101eacaeb2e4da5a1143ef6 | |
| parent | 7430617d3d84dc111e1a28f4f3884bf827d4fec9 (diff) | |
| download | emacs-cecd99d826547d4bfd918bba476eda206f0f0afc.tar.gz emacs-cecd99d826547d4bfd918bba476eda206f0f0afc.zip | |
Fix typo in last change to auto-hscroll-mode
* lisp/cus-start.el (standard): Fix typo in value of auto-hscroll-mode.
| -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 |