+2001-11-12 Richard M. Stallman <rms@gnu.org>
+
+ * textmodes/flyspell.el (flyspell-default-dictionary):
+ Fix custom type.
+
+2001-11-05 Alex Schroeder <kensanata@yahoo.com>
+
+ * sql.el (sql-mode-syntax-table): The backslash is no longer an
+ escape character.
+
2001-11-11 Richard M. Stallman <rms@gnu.org>
* calendar/solar.el (solar-sunrise-and-sunset):
Ispell's ultimate default dictionary."
:group 'flyspell
:version "21.1"
- :type '(choice string 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]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"