mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
(flyspell-default-dictionary): Fix previous change.
This commit is contained in:
parent
a89f435d63
commit
eb1d71ab61
@ -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…
x
Reference in New Issue
Block a user