Mercurial > emacs
changeset 24643:563d3e9af0fd
(hscroll-global-mode): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 27 Apr 1999 18:57:24 +0000 |
parents | 27387f2d010c |
children | 879b1ed35eef |
files | lisp/hscroll.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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