comparison lisp/hscroll.el @ 27174:797edf0b0892

(hscroll): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Wed, 05 Jan 2000 11:44:03 +0000
parents 856179ce1645
children ffb4fe2a1dbc
comparison
equal deleted inserted replaced
27173:921acde8334d 27174:797edf0b0892
33 ;;; 33 ;;;
34 34
35 (defvar hscroll-version "0.0") 35 (defvar hscroll-version "0.0")
36 36
37 (defgroup hscroll nil 37 (defgroup hscroll nil
38 "This customization group is kept for compatibilry only. 38 "This customization group is kept for compatibility only.
39 Emacs now does hscrolling automatically. Please remove references 39 Emacs now does hscrolling automatically. Please remove references
40 to hscroll from your init file and code." 40 to hscroll from your init file and code."
41 :group 'editing) 41 :group 'editing)
42 42
43 43