aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-03-30 21:29:00 +0000
committerKarl Heuer1999-03-30 21:29:00 +0000
commite7581a181a0485fcde028ba37967b1489cd07de9 (patch)
tree4f9c81823652eba6695084751b32c0c3eb41373f
parent87f37557a5deb12646372402d005c9a60ed57e42 (diff)
downloademacs-e7581a181a0485fcde028ba37967b1489cd07de9.tar.gz
emacs-e7581a181a0485fcde028ba37967b1489cd07de9.zip
(hscroll-global-mode): Doc fix.
-rw-r--r--lisp/hscroll.el3
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.
64You must modify via \\[customize] for this variable to have an effect." 64This variable should be set only with \\[customize], which is equivalent
65to 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