]> code.delx.au - gnu-emacs/blobdiff - lisp/auto-show.el
(fast_install): Bring commands up-to-date, and fix typo.
[gnu-emacs] / lisp / auto-show.el
index 2eff65ef68749e85692dd787985b44bfd175bc5d..6a8aff3c86d52e056226f7ba75502c88b55b0776 100644 (file)
@@ -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)