aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-09-02 09:42:13 +0000
committerJuri Linkov2004-09-02 09:42:13 +0000
commit74a18969ef4cc8dead121f656e1b2e0c6eaa3a5b (patch)
tree5885188a8b95833eb6d83c7cdccfca778b8310d6
parentd4bc156f106db041939f7d2cf374d113986b68f5 (diff)
downloademacs-74a18969ef4cc8dead121f656e1b2e0c6eaa3a5b.tar.gz
emacs-74a18969ef4cc8dead121f656e1b2e0c6eaa3a5b.zip
(ispell-html-skip-alists): Fix backslashes in docstring.
-rw-r--r--lisp/textmodes/ispell.el2
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.
1229Same format as `ispell-skip-region-alist' 1229Same format as `ispell-skip-region-alist'
1230Note - substrings of other matches must come last 1230Note - 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