diff options
author | Kenichi Handa <handa@m17n.org> | 2005-02-21 02:15:31 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2005-02-21 02:15:31 +0000 |
commit | bb1954bdd65c743aceead180ce6147da7399f7d8 (patch) | |
tree | c4797cc48ba40d692946100536138229bfe22841 | |
parent | 220715073c1d151419ef58505e9a88e5a75cfeec (diff) | |
download | emacs-bb1954bdd65c743aceead180ce6147da7399f7d8.tar.gz |
(ispell-dictionary-alist): Fix docstring.
-rw-r--r-- | lisp/textmodes/ispell.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index d5171125ae8..a28764b54a1 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. |