diff options
| author | Kenichi Handa | 2005-02-21 02:15:31 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-02-21 02:15:31 +0000 |
| commit | bb1954bdd65c743aceead180ce6147da7399f7d8 (patch) | |
| tree | c4797cc48ba40d692946100536138229bfe22841 | |
| parent | 220715073c1d151419ef58505e9a88e5a75cfeec (diff) | |
| download | emacs-bb1954bdd65c743aceead180ce6147da7399f7d8.tar.gz emacs-bb1954bdd65c743aceead180ce6147da7399f7d8.zip | |
(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 | |||
| 671 | If you want OTHERCHARS to be empty, use the empty string. | 671 | If you want OTHERCHARS to be empty, use the empty string. |
| 672 | Hint: regexp syntax requires the hyphen to be declared first here. | 672 | Hint: regexp syntax requires the hyphen to be declared first here. |
| 673 | 673 | ||
| 674 | CASECHAS, NOT-CASECHARS, and OTHERCHARS must be a unibyte string | ||
| 675 | containing bytes of CHARACTER-SET. In addition, if they contain | ||
| 676 | a non-ASCII byte, the regular expression must be a single | ||
| 677 | `character set' construct that doesn't specify a character range | ||
| 678 | for non-ASCII bytes. | ||
| 679 | |||
| 674 | MANY-OTHERCHARS-P is non-nil when multiple OTHERCHARS are allowed in a word. | 680 | MANY-OTHERCHARS-P is non-nil when multiple OTHERCHARS are allowed in a word. |
| 675 | Otherwise only a single OTHERCHARS character is allowed to be part of any | 681 | Otherwise only a single OTHERCHARS character is allowed to be part of any |
| 676 | single word. | 682 | single word. |