diff options
author | Juri Linkov <juri@jurta.org> | 2004-09-02 09:42:13 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-09-02 09:42:13 +0000 |
commit | 74a18969ef4cc8dead121f656e1b2e0c6eaa3a5b (patch) | |
tree | 5885188a8b95833eb6d83c7cdccfca778b8310d6 /lisp | |
parent | d4bc156f106db041939f7d2cf374d113986b68f5 (diff) | |
download | emacs-74a18969ef4cc8dead121f656e1b2e0c6eaa3a5b.tar.gz emacs-74a18969ef4cc8dead121f656e1b2e0c6eaa3a5b.tar.bz2 emacs-74a18969ef4cc8dead121f656e1b2e0c6eaa3a5b.zip |
(ispell-html-skip-alists): Fix backslashes in docstring.
Diffstat (limited to 'lisp')
-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.") "*Lists of start and end keys to skip in HTML buffers. Same format as `ispell-skip-region-alist' Note - substrings of other matches must come last - (e.g. \"<[tT][tT]/\" and \"<[^ \t\n>]\").") + (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").") (defvar ispell-local-pdict ispell-personal-dictionary |