(hscroll-global-mode): Doc fix.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user