From: Dave Love Date: Tue, 27 Apr 1999 18:57:24 +0000 (+0000) Subject: (hscroll-global-mode): Doc fix. X-Git-Tag: emacs-20.4~306 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db9852fa8d95298633fe2da0568d873f22f9b873;p=emacs.git (hscroll-global-mode): Doc fix. --- diff --git a/lisp/hscroll.el b/lisp/hscroll.el index 9f9e6e7a06a..c69e6c59282 100644 --- a/lisp/hscroll.el +++ b/lisp/hscroll.el @@ -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