comparison lisp/textmodes/ispell.el @ 42206:0f4506820432

Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 20 Dec 2001 19:01:00 +0000
parents 66bf9fec7803
children d91994a23659
comparison
equal deleted inserted replaced
42205:7308bbc423d5 42206:0f4506820432
2102 3: A list of possible correct spellings of the format: 2102 3: A list of possible correct spellings of the format:
2103 (\"ORIGINAL-WORD\" OFFSET MISS-LIST GUESS-LIST) 2103 (\"ORIGINAL-WORD\" OFFSET MISS-LIST GUESS-LIST)
2104 ORIGINAL-WORD is a string of the possibly misspelled word. 2104 ORIGINAL-WORD is a string of the possibly misspelled word.
2105 OFFSET is an integer giving the line offset of the word. 2105 OFFSET is an integer giving the line offset of the word.
2106 MISS-LIST and GUESS-LIST are possibly null lists of guesses and misses. 2106 MISS-LIST and GUESS-LIST are possibly null lists of guesses and misses.
2107 4: Nil when an error has occurred. 2107 4: nil when an error has occurred.
2108 2108
2109 Optional second arg ACCEPT-LIST is list of words already accepted. 2109 Optional second arg ACCEPT-LIST is list of words already accepted.
2110 Optional third arg SHIFT is an offset to apply based on previous corrections." 2110 Optional third arg SHIFT is an offset to apply based on previous corrections."
2111 (cond 2111 (cond
2112 ((string= output "") t) ; for startup with pipes... 2112 ((string= output "") t) ; for startup with pipes...