changeset 60182:a8e43a2ba867

(ispell-dictionary-alist): Fix docstring.
author Kenichi Handa <handa@m17n.org>
date Mon, 21 Feb 2005 02:15:31 +0000
parents 5e2bb0366797
children 8c0319c7efca
files lisp/textmodes/ispell.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el	Sun Feb 20 12:07:08 2005 +0000
+++ b/lisp/textmodes/ispell.el	Mon Feb 21 02:15:31 2005 +0000
@@ -671,6 +671,12 @@
 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.