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:
parent
e4aece0e7a
commit
db9852fa8d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue