aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2005-02-21 02:15:31 +0000
committerKenichi Handa <[email protected]>2005-02-21 02:15:31 +0000
commitbb1954bdd65c743aceead180ce6147da7399f7d8 (patch)
treec4797cc48ba40d692946100536138229bfe22841 /lisp
parent220715073c1d151419ef58505e9a88e5a75cfeec (diff)
(ispell-dictionary-alist): Fix docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/ispell.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index d5171125ae..a28764b54a 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -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.