diff options
| author | Dave Love | 1999-04-27 18:57:24 +0000 |
|---|---|---|
| committer | Dave Love | 1999-04-27 18:57:24 +0000 |
| commit | db9852fa8d95298633fe2da0568d873f22f9b873 (patch) | |
| tree | c241d36c7fc483ed103ac411c01543069f6c9d68 | |
| parent | e4aece0e7a83481a289aa29d1863c6318a4c2402 (diff) | |
| download | emacs-db9852fa8d95298633fe2da0568d873f22f9b873.tar.gz emacs-db9852fa8d95298633fe2da0568d873f22f9b873.zip | |
(hscroll-global-mode): Doc fix.
| -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 |