From: Dave Love Date: Wed, 23 Feb 2000 14:52:41 +0000 (+0000) Subject: (auto-show): Defgroup doc fix. X-Git-Tag: emacs-pretest-21.0.90~4915 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7165cf005fb4263fb797370fd7deba2ec7545f3;p=emacs.git (auto-show): Defgroup doc fix. --- 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