mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
(ispell-gnu-look-still-broken-p, ispell-message-text-end):
Doc fix.
This commit is contained in:
parent
3cb76f89b6
commit
41ec9d2fb9
1 changed files with 2 additions and 2 deletions
|
|
@ -760,7 +760,7 @@ Overrides default dictionary file such as \"/usr/dict/words\" or GNU look's
|
|||
\"${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 @@ an interior word fragment. `ispell-have-new-look' should be t."
|
|||
"\\|")
|
||||
"\\)")
|
||||
"*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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue