diff lisp/man.el @ 42706:be541feb06cc

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 13 Jan 2002 10:09:20 +0000
parents 6515e3108ceb
children e7440f7b0700
line wrap: on
line diff
--- a/lisp/man.el	Sun Jan 13 09:56:13 2002 +0000
+++ b/lisp/man.el	Sun Jan 13 10:09:20 2002 +0000
@@ -1050,7 +1050,7 @@
   (Man-find-section (aheadsym Man-sections-alist)))
 
 (defun Man-goto-see-also-section ()
-  "Move point the the \"SEE ALSO\" section.
+  "Move point to the \"SEE ALSO\" section.
 Actually the section moved to is described by `Man-see-also-regexp'."
   (interactive)
   (if (not (Man-find-section Man-see-also-regexp))