comparison lisp/hscroll.el @ 24643:563d3e9af0fd

(hscroll-global-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 18:57:24 +0000
parents d0b40f823255
children ebff04ce5d74
comparison
equal deleted inserted replaced
24642:27387f2d010c 24643:563d3e9af0fd
59 :group 'editing) 59 :group 'editing)
60 60
61 61
62 (defcustom hscroll-global-mode nil 62 (defcustom hscroll-global-mode nil
63 "Toggle horizontal scrolling. 63 "Toggle horizontal scrolling.
64 This variable should be set only with \\[customize], which is equivalent 64 Setting this variable directly does not take effect;
65 to using the function `hscroll-global-mode'." 65 use either \\[customize] or the function `hscroll-global-mode'."
66 :set (lambda (symbol value) 66 :set (lambda (symbol value)
67 (hscroll-global-mode (if value 1 -1))) 67 (hscroll-global-mode (if value 1 -1)))
68 :initialize 'custom-initialize-default 68 :initialize 'custom-initialize-default
69 :group 'hscroll 69 :group 'hscroll
70 :type 'boolean 70 :type 'boolean