mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-29 09:43:56 -07:00
(flyspell-default-dictionary): Fix previous change.
This commit is contained in:
parent
a89f435d63
commit
eb1d71ab61
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ Otherwise, if `flyspell-default-dictionary' is nil, it means to use
|
|||
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]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue