]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-show): Defgroup doc fix.
authorDave Love <fx@gnu.org>
Wed, 23 Feb 2000 14:52:41 +0000 (14:52 +0000)
committerDave Love <fx@gnu.org>
Wed, 23 Feb 2000 14:52:41 +0000 (14:52 +0000)
lisp/auto-show.el

index 6a8aff3c86d52e056226f7ba75502c88b55b0776..93323f6c8c1ef66f1d572f2bf0f8326db1767137 100644 (file)
@@ -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