summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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."
;;;###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)