diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-13 10:09:20 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-13 10:09:20 +0000 |
commit | 110c171f4d1ff9876c7e74d2e73aeed5b6460b8b (patch) | |
tree | e690a4b3f8baa5f34215d749120febd9d6947e1f /lisp/emacs-lisp | |
parent | 86886bce27fa394fb311e1f47bb4f799e001cf8b (diff) | |
download | emacs-110c171f4d1ff9876c7e74d2e73aeed5b6460b8b.tar.gz emacs-110c171f4d1ff9876c7e74d2e73aeed5b6460b8b.tar.bz2 emacs-110c171f4d1ff9876c7e74d2e73aeed5b6460b8b.zip |
Fix typo.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 2639a93dea8..f6100122730 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." |