comparison lisp/textmodes/=ispell4.el @ 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 5306e71f486c
children 83f275dcd93a
comparison
equal deleted inserted replaced
13993:9623505c1482 13994:1514fd54b2f5
758 "*If non-nil then spelling dictionary as string for `ispell-complete-word'. 758 "*If non-nil then spelling dictionary as string for `ispell-complete-word'.
759 Overrides default dictionary file such as \"/usr/dict/words\" or GNU look's 759 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
767 y 767 y
768 y's 768 y's
974 ;; Matches "--------------------- cut here" 974 ;; Matches "--------------------- cut here"
975 "[-=]+\\s cut here") 975 "[-=]+\\s cut here")
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)
983 "*Ispell-message will check no more than this number of characters.") 983 "*Ispell-message will check no more than this number of characters.")
984 984