aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-26 15:41:37 +0000
committerGerd Moellmann2001-03-26 15:41:37 +0000
commit72c04ce241cdef6fd5f3bb8ee3950c0b108d1fb9 (patch)
treec7796b1818eb1786b5ce5f93172f52b2a31e5fa3
parentf216a6b34ae9e3f2f6fca57715fd111b968ddd2c (diff)
downloademacs-72c04ce241cdef6fd5f3bb8ee3950c0b108d1fb9.tar.gz
emacs-72c04ce241cdef6fd5f3bb8ee3950c0b108d1fb9.zip
(ispell-parse-output): Doc fix.
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 04e0b15c03a..eda0c7d07cc 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2112,7 +2112,7 @@ scrolling the current window. Leave the new window selected."
2112 MISS-LIST and GUESS-LIST are possibly null lists of guesses and misses. 2112 MISS-LIST and GUESS-LIST are possibly null lists of guesses and misses.
21134: Nil when an error has occurred. 21134: Nil when an error has occurred.
2114 2114
2115Optinal second arg ACCEPT-LIST is list of words already accepted. 2115Optional second arg ACCEPT-LIST is list of words already accepted.
2116Optional third arg SHIFT is an offset to apply based on previous corrections." 2116Optional third arg SHIFT is an offset to apply based on previous corrections."
2117 (cond 2117 (cond
2118 ((string= output "") t) ; for startup with pipes... 2118 ((string= output "") t) ; for startup with pipes...