From e7581a181a0485fcde028ba37967b1489cd07de9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 30 Mar 1999 21:29:00 +0000 Subject: [PATCH] (hscroll-global-mode): Doc fix. --- lisp/hscroll.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/hscroll.el b/lisp/hscroll.el index c6b6cc1c4eb..fab0258b07f 100644 --- a/lisp/hscroll.el +++ b/lisp/hscroll.el @@ -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 -- 2.39.2