From: Kenichi Handa Date: Mon, 21 Feb 2005 02:15:31 +0000 (+0000) Subject: (ispell-dictionary-alist): Fix docstring. X-Git-Tag: ttn-vms-21-2-B4~2180 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb1954bdd65c743aceead180ce6147da7399f7d8;p=emacs.git (ispell-dictionary-alist): Fix docstring. --- 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.