diff lisp/hscroll.el @ 24550:d0b40f823255

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:37:40 +0000
parents 46168d8a4a10
children 563d3e9af0fd
line wrap: on
line diff
--- a/lisp/hscroll.el	Tue Mar 30 21:30:20 1999 +0000
+++ b/lisp/hscroll.el	Tue Mar 30 21:37:40 1999 +0000
@@ -62,7 +62,7 @@
 (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'.
+to using the function `hscroll-global-mode'."
   :set (lambda (symbol value)
 	 (hscroll-global-mode (if value 1 -1)))
   :initialize 'custom-initialize-default