mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(ispell-dictionary-alist): Fix docstring.
This commit is contained in:
parent
220715073c
commit
bb1954bdd6
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue