From db9852fa8d95298633fe2da0568d873f22f9b873 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 27 Apr 1999 18:57:24 +0000 Subject: [PATCH] (hscroll-global-mode): Doc fix. --- lisp/hscroll.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5