aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-11-12 08:17:15 +0000
committerPavel Janík2001-11-12 08:17:15 +0000
commiteb1d71ab61631a568cfc4a2d896a252aa100bd22 (patch)
tree4289547ef09c0ce42571f1f89bde372e865bcd3b
parenta89f435d63d4549efbe5885b34b2def3132d8e7b (diff)
downloademacs-eb1d71ab61631a568cfc4a2d896a252aa100bd22.tar.gz
emacs-eb1d71ab61631a568cfc4a2d896a252aa100bd22.zip
(flyspell-default-dictionary): Fix previous change.
-rw-r--r--lisp/textmodes/flyspell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 62c826feca3..0138509a1e4 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -166,7 +166,7 @@ Otherwise, if `flyspell-default-dictionary' is nil, it means to use
166Ispell's ultimate default dictionary." 166Ispell's ultimate default dictionary."
167 :group 'flyspell 167 :group 'flyspell
168 :version "21.1" 168 :version "21.1"
169 :type '(choice string (const :tag "Default" nil)) 169 :type '(choice string (const :tag "Default" nil)))
170 170
171(defcustom flyspell-tex-command-regexp 171(defcustom flyspell-tex-command-regexp
172 "\\(\\(begin\\|end\\)[ \t]*{\\|\\(cite[a-z*]*\\|label\\|ref\\|eqref\\|usepackage\\|documentclass\\)[ \t]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)" 172 "\\(\\(begin\\|end\\)[ \t]*{\\|\\(cite[a-z*]*\\|label\\|ref\\|eqref\\|usepackage\\|documentclass\\)[ \t]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"