]> code.delx.au - gnu-emacs/blobdiff - lisp/auto-show.el
(menu-bar-tools-menu): Call read-mail-command
[gnu-emacs] / lisp / auto-show.el
index 2eff65ef68749e85692dd787985b44bfd175bc5d..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
@@ -37,11 +37,11 @@ to hscroll from your init file and code."
 
 ;;;###autoload
 (defun auto-show-mode (arg)
-  "This functino is obsolete."
+  "This command is obsolete."
   (interactive "P"))
   
 (defun auto-show-make-point-visible (&optional ignore-arg)
-  "This functino is obsolete."
+  "This command is obsolete."
   (interactive))
 
 (provide 'auto-show)