(ispell-command-loop): Change `i' description not to assume it
pertains to an affix.
This commit is contained in:
parent
3c8404e66f
commit
d27a3d1684
1 changed files with 1 additions and 2 deletions
|
@ -1798,8 +1798,7 @@ Global `ispell-quit' set to start location to continue spell session."
|
|||
(setq line (1+ line))))
|
||||
(insert (car guess) " ")
|
||||
(setq guess (cdr guess)))
|
||||
(insert "\nUse option `i' if this is a correct composition"
|
||||
" from the derivative root.\n")
|
||||
(insert "\nUse option `i' to accept this spelling and put it in your private dictionary.")
|
||||
(setq line (+ line (if choices 3 2)))))
|
||||
(while (and choices
|
||||
(< (if (> (+ 7 (current-column) (length (car choices))
|
||||
|
|
Loading…
Add table
Reference in a new issue