# HG changeset patch # User Karl Heuer # Date 820798989 0 # Node ID 1514fd54b2f591237c3f52c828ed0f5107240936 # Parent 9623505c14824dc9b850204c8341efa31c2f0735 (ispell-gnu-look-still-broken-p, ispell-message-text-end): Doc fix. diff -r 9623505c1482 -r 1514fd54b2f5 lisp/textmodes/=ispell4.el --- a/lisp/textmodes/=ispell4.el Thu Jan 04 23:42:58 1996 +0000 +++ b/lisp/textmodes/=ispell4.el Thu Jan 04 23:43:09 1996 +0000 @@ -760,7 +760,7 @@ \"${prefix}/lib/ispell/ispell.words\"") (defvar ispell-gnu-look-still-broken-p nil - "*t if GNU look -r can give different results with and without trialing `.*'. + "*t if GNU look -r can give different results with and without trailing `.*'. Example: `look -dfr \"^ya\" foo' returns nothing, while `look -dfr \"^ya.*\" foo' returns `yacc', where `foo' is a dictionary file containing the three lines @@ -976,7 +976,7 @@ "\\|") "\\)") "*End of text which will be checked in ispell-message. -If it is a string, limit at first occurence of that regular expression. +If it is a string, limit at first occurrence of that regular expression. Otherwise, it must be a function which is called to get the limit.") (defvar ispell-message-limit (* 100 80)