comparison lisp/textmodes/ispell.el @ 56875:db0f95a55fd4

(ispell-html-skip-alists): Fix backslashes in docstring.
author Juri Linkov <juri@jurta.org>
date Thu, 02 Sep 2004 09:42:13 +0000
parents 4e368ca1bd3e
children 09766a703f68 3219f94257bc
comparison
equal deleted inserted replaced
56874:78f410cd4bda 56875:db0f95a55fd4
1226 ("<[^ \t\n>]" ">") 1226 ("<[^ \t\n>]" ">")
1227 ("&[^ \t\n;]" "[; \t\n]")) 1227 ("&[^ \t\n;]" "[; \t\n]"))
1228 "*Lists of start and end keys to skip in HTML buffers. 1228 "*Lists of start and end keys to skip in HTML buffers.
1229 Same format as `ispell-skip-region-alist' 1229 Same format as `ispell-skip-region-alist'
1230 Note - substrings of other matches must come last 1230 Note - substrings of other matches must come last
1231 (e.g. \"<[tT][tT]/\" and \"<[^ \t\n>]\").") 1231 (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").")
1232 1232
1233 1233
1234 (defvar ispell-local-pdict ispell-personal-dictionary 1234 (defvar ispell-local-pdict ispell-personal-dictionary
1235 "A buffer local variable containing the current personal dictionary. 1235 "A buffer local variable containing the current personal dictionary.
1236 If non-nil, the value must be a string, which is a file name. 1236 If non-nil, the value must be a string, which is a file name.