1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(hscroll-global-mode): Doc fix.

This commit is contained in:
Dave Love 1999-04-27 18:57:24 +00:00
parent e4aece0e7a
commit db9852fa8d

View file

@ -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