aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/hscroll.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1999-03-30 21:37:40 +0000
committerKarl Heuer <[email protected]>1999-03-30 21:37:40 +0000
commit25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch)
tree36dc4d6026e88686cf72af4b7434434dbaa54c46 /lisp/hscroll.el
parent495a3f8d9e7c4471d649875ac40700830422f553 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/hscroll.el')
-rw-r--r--lisp/hscroll.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hscroll.el b/lisp/hscroll.el
index fab0258b07..9f9e6e7a06 100644
--- a/lisp/hscroll.el
+++ b/lisp/hscroll.el
@@ -62,7 +62,7 @@
(defcustom hscroll-global-mode nil
"Toggle horizontal scrolling.
This variable should be set only with \\[customize], which is equivalent
-to using the function `hscroll-global-mode'.
+to using the function `hscroll-global-mode'."
:set (lambda (symbol value)
(hscroll-global-mode (if value 1 -1)))
:initialize 'custom-initialize-default