diff options
author | Dave Love <fx@gnu.org> | 2000-02-23 14:52:41 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-02-23 14:52:41 +0000 |
commit | e7165cf005fb4263fb797370fd7deba2ec7545f3 (patch) | |
tree | 7d1085fc29205bd6f924c58b4cc15bc55ec20c33 /lisp/auto-show.el | |
parent | 723e779c56c966fc40ffd0d8952301381457bf18 (diff) | |
download | emacs-e7165cf005fb4263fb797370fd7deba2ec7545f3.tar.gz |
(auto-show): Defgroup doc fix.
Diffstat (limited to 'lisp/auto-show.el')
-rw-r--r-- | lisp/auto-show.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/auto-show.el b/lisp/auto-show.el index 6a8aff3c86d..93323f6c8c1 100644 --- a/lisp/auto-show.el +++ b/lisp/auto-show.el @@ -13,9 +13,9 @@ ;;; Code: (defgroup auto-show nil - "This customization group is kept for compatibilry only. + "This customization group is kept for compatibility only. Emacs now does hscrolling automatically. Please remove references -to hscroll from your init file and code." +to auto-show from your init file and code." :group 'editing) ;;;###autoload |