aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)