emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Sun, 20 Feb 2005 21:15:31 -0500

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.156 
emacs/lisp/textmodes/ispell.el:1.157
*** emacs/lisp/textmodes/ispell.el:1.156        Thu Feb  3 16:19:19 2005
--- emacs/lisp/textmodes/ispell.el      Mon Feb 21 02:15:31 2005
***************
*** 671,676 ****
--- 671,682 ----
  If you want OTHERCHARS to be empty, use the empty string.
  Hint: regexp syntax requires the hyphen to be declared first here.
  
+ CASECHAS, NOT-CASECHARS, and OTHERCHARS must be a unibyte string
+ containing bytes of CHARACTER-SET.  In addition, if they contain
+ a non-ASCII byte, the regular expression must be a single
+ `character set' construct that doesn't specify a character range
+ for non-ASCII bytes.
+ 
  MANY-OTHERCHARS-P is non-nil when multiple OTHERCHARS are allowed in a word.
  Otherwise only a single OTHERCHARS character is allowed to be part of any
  single word.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]