diff lisp/hscroll.el @ 24541:46168d8a4a10

(hscroll-global-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:29:00 +0000
parents 7d763e90da82
children d0b40f823255
line wrap: on
line diff
--- a/lisp/hscroll.el	Tue Mar 30 21:28:47 1999 +0000
+++ b/lisp/hscroll.el	Tue Mar 30 21:29:00 1999 +0000
@@ -61,7 +61,8 @@
 
 (defcustom hscroll-global-mode nil
   "Toggle horizontal scrolling.
-You must modify via \\[customize] for this variable to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `hscroll-global-mode'.
   :set (lambda (symbol value)
 	 (hscroll-global-mode (if value 1 -1)))
   :initialize 'custom-initialize-default