]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 d5171125ae8298be6f58031518a06130dbbbe7f3..a28764b54a1542c3f0906206cd312a66a2e8945e 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.