Mercurial > emacs
changeset 40942:52f0b9d1d57b
(flyspell-default-dictionary): Fix previous change.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 12 Nov 2001 08:17:15 +0000 |
parents | 10100f892f32 |
children | 9dc5cb6c843d |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Mon Nov 12 07:30:02 2001 +0000 +++ b/lisp/textmodes/flyspell.el Mon Nov 12 08:17:15 2001 +0000 @@ -166,7 +166,7 @@ Ispell's ultimate default dictionary." :group 'flyspell :version "21.1" - :type '(choice string (const :tag "Default" nil)) + :type '(choice string (const :tag "Default" nil))) (defcustom flyspell-tex-command-regexp "\\(\\(begin\\|end\\)[ \t]*{\\|\\(cite[a-z*]*\\|label\\|ref\\|eqref\\|usepackage\\|documentclass\\)[ \t]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"