comparison lisp/auto-show.el @ 27828:24c42492035e

(auto-show): Defgroup doc fix.
author Dave Love <fx@gnu.org>
date Wed, 23 Feb 2000 14:52:41 +0000
parents fcdaa4081df4
children
comparison
equal deleted inserted replaced
27827:25e4e0c9c19a 27828:24c42492035e
11 ;; does hscrolling automatically, now. 11 ;; does hscrolling automatically, now.
12 12
13 ;;; Code: 13 ;;; Code:
14 14
15 (defgroup auto-show nil 15 (defgroup auto-show nil
16 "This customization group is kept for compatibilry only. 16 "This customization group is kept for compatibility only.
17 Emacs now does hscrolling automatically. Please remove references 17 Emacs now does hscrolling automatically. Please remove references
18 to hscroll from your init file and code." 18 to auto-show from your init file and code."
19 :group 'editing) 19 :group 'editing)
20 20
21 ;;;###autoload 21 ;;;###autoload
22 (defcustom auto-show-mode nil 22 (defcustom auto-show-mode nil
23 "Obsolete." 23 "Obsolete."