/[emacs]/emacs/lisp/textmodes/flyspell.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/flyspell.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by rms, Sat Nov 10 18:36:26 2001 UTC revision 1.34 by rms, Sun Nov 11 20:12:27 2001 UTC
# Line 156  incorrect." Line 156  incorrect."
156    :version "21.1"    :version "21.1"
157    :type 'hook)    :type 'hook)
158    
159  (defcustom flyspell-default-dictionary "american"  (defcustom flyspell-default-dictionary nil
160    "A string that is the name of the default dictionary.    "A string that is the name of the default dictionary.
161  This is passed to the `ispell-change-dictionary' when flyspell is started.  This is passed to the `ispell-change-dictionary' when flyspell is started.
162  If the variables `ispell-local-dictionary' or `ispell-dictionary' are non nil  If the variable `ispell-local-dictionary' or `ispell-dictionary' is non-nil
163  when flyspell is started, the value of that variables is used instead  when flyspell is started, the value of that variable is used instead
164  of `flyspell-default-dictionary' to select the default dictionary."  of `flyspell-default-dictionary' to select the default dictionary.
165    Otherwise, if `flyspell-default-dictionary' is nil, it means to use
166    Ispell's ultimate default dictionary."
167    :group 'flyspell    :group 'flyspell
168    :version "21.1"    :version "21.1"
169    :type 'string)    :type '(choice string nil))
170    
171  (defcustom flyspell-tex-command-regexp  (defcustom flyspell-tex-command-regexp
172    "\\(\\(begin\\|end\\)[ \t]*{\\|\\(cite[a-z*]*\\|label\\|ref\\|eqref\\|usepackage\\|documentclass\\)[ \t]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"    "\\(\\(begin\\|end\\)[ \t]*{\\|\\(cite[a-z*]*\\|label\\|ref\\|eqref\\|usepackage\\|documentclass\\)[ \t]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26