Mercurial > emacs
changeset 37007:4caced3e865e
(ispell-parse-output): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 26 Mar 2001 15:41:37 +0000 |
parents | 2fa95954d8de |
children | f4b355161455 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Mon Mar 26 13:59:00 2001 +0000 +++ b/lisp/textmodes/ispell.el Mon Mar 26 15:41:37 2001 +0000 @@ -2112,7 +2112,7 @@ MISS-LIST and GUESS-LIST are possibly null lists of guesses and misses. 4: Nil when an error has occurred. -Optinal second arg ACCEPT-LIST is list of words already accepted. +Optional second arg ACCEPT-LIST is list of words already accepted. Optional third arg SHIFT is an offset to apply based on previous corrections." (cond ((string= output "") t) ; for startup with pipes...