]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Mon, 6 Sep 1999 19:49:33 +0000 (19:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 6 Sep 1999 19:49:33 +0000 (19:49 +0000)
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)