diff options
| -rw-r--r-- | lisp/hscroll.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/hscroll.el b/lisp/hscroll.el index 9f9e6e7a06a..c69e6c59282 100644 --- a/lisp/hscroll.el +++ b/lisp/hscroll.el | |||
| @@ -61,8 +61,8 @@ | |||
| 61 | 61 | ||
| 62 | (defcustom hscroll-global-mode nil | 62 | (defcustom hscroll-global-mode nil |
| 63 | "Toggle horizontal scrolling. | 63 | "Toggle horizontal scrolling. |
| 64 | This variable should be set only with \\[customize], which is equivalent | 64 | Setting this variable directly does not take effect; |
| 65 | to using the function `hscroll-global-mode'." | 65 | use either \\[customize] or the function `hscroll-global-mode'." |
| 66 | :set (lambda (symbol value) | 66 | :set (lambda (symbol value) |
| 67 | (hscroll-global-mode (if value 1 -1))) | 67 | (hscroll-global-mode (if value 1 -1))) |
| 68 | :initialize 'custom-initialize-default | 68 | :initialize 'custom-initialize-default |