changeset 13994:1514fd54b2f5

(ispell-gnu-look-still-broken-p, ispell-message-text-end): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:43:09 +0000
parents 9623505c1482
children 33b51573611f
files lisp/textmodes/=ispell4.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)