diff options
| author | Karl Heuer | 1996-01-04 23:43:09 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-04 23:43:09 +0000 |
| commit | 41ec9d2fb9aa6f71b1986607f2bccf3ad431391e (patch) | |
| tree | 806013c11a5e7da6972ae7929879641836db6424 /lisp | |
| parent | 3cb76f89b6c7484ba52791a15c750bfe1f8960dc (diff) | |
| download | emacs-41ec9d2fb9aa6f71b1986607f2bccf3ad431391e.tar.gz emacs-41ec9d2fb9aa6f71b1986607f2bccf3ad431391e.zip | |
(ispell-gnu-look-still-broken-p, ispell-message-text-end):
Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/ispell4.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el index 6a06a3be6f1..1d7972a08ec 100644 --- a/lisp/textmodes/ispell4.el +++ b/lisp/textmodes/ispell4.el | |||
| @@ -760,7 +760,7 @@ Overrides default dictionary file such as \"/usr/dict/words\" or GNU look's | |||
| 760 | \"${prefix}/lib/ispell/ispell.words\"") | 760 | \"${prefix}/lib/ispell/ispell.words\"") |
| 761 | 761 | ||
| 762 | (defvar ispell-gnu-look-still-broken-p nil | 762 | (defvar ispell-gnu-look-still-broken-p nil |
| 763 | "*t if GNU look -r can give different results with and without trialing `.*'. | 763 | "*t if GNU look -r can give different results with and without trailing `.*'. |
| 764 | Example: `look -dfr \"^ya\" foo' returns nothing, while `look -dfr \"^ya.*\" foo' | 764 | Example: `look -dfr \"^ya\" foo' returns nothing, while `look -dfr \"^ya.*\" foo' |
| 765 | returns `yacc', where `foo' is a dictionary file containing the three lines | 765 | returns `yacc', where `foo' is a dictionary file containing the three lines |
| 766 | 766 | ||
| @@ -976,7 +976,7 @@ an interior word fragment. `ispell-have-new-look' should be t." | |||
| 976 | "\\|") | 976 | "\\|") |
| 977 | "\\)") | 977 | "\\)") |
| 978 | "*End of text which will be checked in ispell-message. | 978 | "*End of text which will be checked in ispell-message. |
| 979 | If it is a string, limit at first occurence of that regular expression. | 979 | If it is a string, limit at first occurrence of that regular expression. |
| 980 | Otherwise, it must be a function which is called to get the limit.") | 980 | Otherwise, it must be a function which is called to get the limit.") |
| 981 | 981 | ||
| 982 | (defvar ispell-message-limit (* 100 80) | 982 | (defvar ispell-message-limit (* 100 80) |