aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-09-06 19:49:33 +0000
committerRichard M. Stallman1999-09-06 19:49:33 +0000
commite22730400f8b596027f8d01e1f51119e02f72367 (patch)
tree6c9542eba31695d83f59a2041b88c4ae3c4cf872
parent48495f0fd6afc6aa45f87116552629df39268336 (diff)
downloademacs-e22730400f8b596027f8d01e1f51119e02f72367.tar.gz
emacs-e22730400f8b596027f8d01e1f51119e02f72367.zip
Doc fixes.
-rw-r--r--lisp/auto-show.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/auto-show.el b/lisp/auto-show.el
index 2eff65ef687..6a8aff3c86d 100644
--- a/lisp/auto-show.el
+++ b/lisp/auto-show.el
@@ -37,11 +37,11 @@ to hscroll from your init file and code."
37 37
38;;;###autoload 38;;;###autoload
39(defun auto-show-mode (arg) 39(defun auto-show-mode (arg)
40 "This functino is obsolete." 40 "This command is obsolete."
41 (interactive "P")) 41 (interactive "P"))
42 42
43(defun auto-show-make-point-visible (&optional ignore-arg) 43(defun auto-show-make-point-visible (&optional ignore-arg)
44 "This functino is obsolete." 44 "This command is obsolete."
45 (interactive)) 45 (interactive))
46 46
47(provide 'auto-show) 47(provide 'auto-show)