diff options
| author | Karl Heuer | 1999-03-30 21:29:00 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-03-30 21:29:00 +0000 |
| commit | e7581a181a0485fcde028ba37967b1489cd07de9 (patch) | |
| tree | 4f9c81823652eba6695084751b32c0c3eb41373f | |
| parent | 87f37557a5deb12646372402d005c9a60ed57e42 (diff) | |
| download | emacs-e7581a181a0485fcde028ba37967b1489cd07de9.tar.gz emacs-e7581a181a0485fcde028ba37967b1489cd07de9.zip | |
(hscroll-global-mode): Doc fix.
| -rw-r--r-- | lisp/hscroll.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/hscroll.el b/lisp/hscroll.el index c6b6cc1c4eb..fab0258b07f 100644 --- a/lisp/hscroll.el +++ b/lisp/hscroll.el | |||
| @@ -61,7 +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 | You must modify via \\[customize] for this variable to have an effect." | 64 | This variable should be set only with \\[customize], which is equivalent |
| 65 | to using the function `hscroll-global-mode'. | ||
| 65 | :set (lambda (symbol value) | 66 | :set (lambda (symbol value) |
| 66 | (hscroll-global-mode (if value 1 -1))) | 67 | (hscroll-global-mode (if value 1 -1))) |
| 67 | :initialize 'custom-initialize-default | 68 | :initialize 'custom-initialize-default |