changeset 25569:fcdaa4081df4

Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Sep 1999 19:49:33 +0000
parents df3d0e102b5a
children 564aae4ff7f0
files lisp/auto-show.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/auto-show.el	Mon Sep 06 19:20:29 1999 +0000
+++ b/lisp/auto-show.el	Mon Sep 06 19:49:33 1999 +0000
@@ -37,11 +37,11 @@
 
 ;;;###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)