Doc fixes.

This commit is contained in:
Richard M. Stallman 1999-09-06 19:49:33 +00:00
parent 48495f0fd6
commit e22730400f

View 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)