aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-01-13 10:09:20 +0000
committerPavel Janík <[email protected]>2002-01-13 10:09:20 +0000
commit110c171f4d1ff9876c7e74d2e73aeed5b6460b8b (patch)
treee690a4b3f8baa5f34215d749120febd9d6947e1f /lisp/emacs-lisp
parent86886bce27fa394fb311e1f47bb4f799e001cf8b (diff)
Fix typo.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/checkdoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 2639a93dea..f610012273 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -560,7 +560,7 @@ checkdoc status window instead of the usual behavior."
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."