summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:43:09 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:43:09 +0000
commit8cfa5f5dd5448c602efc0e4282dd43ca8638b9ba (patch)
tree4adbfd022df8b70ad9aa6c5f3ea74d58ec3734d8 /lisp/textmodes
parent1d3df7697608d25ad0ca0cf6799112f8d4b55d37 (diff)
downloademacs-8cfa5f5dd5448c602efc0e4282dd43ca8638b9ba.tar.gz
(ispell-gnu-look-still-broken-p, ispell-message-text-end):
Doc fix.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/=ispell4.el4
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
\"${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)