(ispell-dictionary-alist): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Mon, 21 Feb 2005 02:15:31 +0000 (02:15 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 21 Feb 2005 02:15:31 +0000 (02:15 +0000)
lisp/textmodes/ispell.el

index d517112..a28764b 100644 (file)
@@ -671,6 +671,12 @@ regular expression \"[']\" for OTHERCHARS.  Then \"they're\" and
 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.