Mercurial > emacs
comparison lisp/textmodes/flyspell.el @ 40938:4c041aad3b43
(flyspell-default-dictionary): Fix custom type.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 Nov 2001 06:17:27 +0000 |
parents | 29830f44be6a |
children | 52f0b9d1d57b |
comparison
equal
deleted
inserted
replaced
40937:a06aa746ba83 | 40938:4c041aad3b43 |
---|---|
164 of `flyspell-default-dictionary' to select the default dictionary. | 164 of `flyspell-default-dictionary' to select the default dictionary. |
165 Otherwise, if `flyspell-default-dictionary' is nil, it means to use | 165 Otherwise, if `flyspell-default-dictionary' is nil, it means to use |
166 Ispell's ultimate default dictionary." | 166 Ispell's ultimate default dictionary." |
167 :group 'flyspell | 167 :group 'flyspell |
168 :version "21.1" | 168 :version "21.1" |
169 :type '(choice string 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]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)" |
173 "A string that is the regular expression that matches TeX commands." | 173 "A string that is the regular expression that matches TeX commands." |
174 :group 'flyspell | 174 :group 'flyspell |