diff lisp/hscroll.el @ 24643:563d3e9af0fd

(hscroll-global-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 18:57:24 +0000
parents d0b40f823255
children ebff04ce5d74
line wrap: on
line diff
--- a/lisp/hscroll.el	Tue Apr 27 18:56:30 1999 +0000
+++ b/lisp/hscroll.el	Tue Apr 27 18:57:24 1999 +0000
@@ -61,8 +61,8 @@
 
 (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'."
+Setting this variable directly does not take effect;
+use either \\[customize] or the function `hscroll-global-mode'."
   :set (lambda (symbol value)
 	 (hscroll-global-mode (if value 1 -1)))
   :initialize 'custom-initialize-default