From bb1954bdd65c743aceead180ce6147da7399f7d8 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 21 Feb 2005 02:15:31 +0000 Subject: [PATCH] (ispell-dictionary-alist): Fix docstring. --- lisp/textmodes/ispell.el | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.39.2