diff lisp/emacs-lisp/checkdoc.el @ 42706:be541feb06cc

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 13 Jan 2002 10:09:20 +0000
parents 45db352a0971
children c929176c272b
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el	Sun Jan 13 09:56:13 2002 +0000
+++ b/lisp/emacs-lisp/checkdoc.el	Sun Jan 13 10:09:20 2002 +0000
@@ -560,7 +560,7 @@
 Searching starts at START-HERE.  SHOWSTATUS expresses the verbosity
 of the search, and wether ending the search will auto-exit this function.
 FINDFUNC is a symbol representing a function that will position the
-cursor, and return error message text to present the the user.  It is
+cursor, and return error message text to present to the user.  It is
 assumed that the cursor will stop just before a major sexp, which will
 be highlighted to present the user with feedback as to the offending
 style."