From: Juanma Barranquero Date: Wed, 14 Feb 2007 12:46:43 +0000 (+0000) Subject: (ispell-dictionary-alist): Doc fix. X-Git-Tag: emacs-pretest-22.0.94~194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce6fb7e6233a80829b7866e0130ac06e6cfe1912;p=emacs.git (ispell-dictionary-alist): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2ef2121f28..a565549a221 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,9 +1,8 @@ 2007-02-14 Juanma Barranquero - * textmodes/ispell.el (ispell-keep-choices-win) - (ispell-dictionary-alist, ispell-word) + * textmodes/ispell.el (ispell-keep-choices-win, ispell-word) (ispell-begin-skip-region-regexp): Fix typos in docstrings. - (ispell-process-line): Doc fixes. + (ispell-dictionary-alist, ispell-process-line): Doc fixes. (ispell-help): Fix typos in docstring and output message. 2007-02-14 Kim F. Storm diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index f090739fd97..73faea4e9c2 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -687,7 +687,7 @@ 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. -CASECHARS, NOT-CASECHARS, and OTHERCHARS must be a unibyte string +CASECHARS, NOT-CASECHARS, and OTHERCHARS must be unibyte strings 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