diff options
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 77c63379e2b..435e2e5f27a 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1228,7 +1228,7 @@ for skipping in latex mode.") | |||
| 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 |