Mercurial > emacs
changeset 24541:46168d8a4a10
(hscroll-global-mode): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 30 Mar 1999 21:29:00 +0000 |
parents | 7c0185b54f2d |
children | f1206b87ffc8 |
files | lisp/hscroll.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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