# HG changeset patch # User Gerd Moellmann # Date 985621297 0 # Node ID 4caced3e865e5664c6f4403d4d515e9e07c3bd58 # Parent 2fa95954d8debf1d052d8e1269937557db03d200 (ispell-parse-output): Doc fix. diff -r 2fa95954d8de -r 4caced3e865e lisp/textmodes/ispell.el --- 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...