aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-04-27 18:57:24 +0000
committerDave Love1999-04-27 18:57:24 +0000
commitdb9852fa8d95298633fe2da0568d873f22f9b873 (patch)
treec241d36c7fc483ed103ac411c01543069f6c9d68
parente4aece0e7a83481a289aa29d1863c6318a4c2402 (diff)
downloademacs-db9852fa8d95298633fe2da0568d873f22f9b873.tar.gz
emacs-db9852fa8d95298633fe2da0568d873f22f9b873.zip
(hscroll-global-mode): Doc fix.
-rw-r--r--lisp/hscroll.el4
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.
64This variable should be set only with \\[customize], which is equivalent 64Setting this variable directly does not take effect;
65to using the function `hscroll-global-mode'." 65use 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