Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fbbd6e46
Commit
fbbd6e46
authored
Aug 06, 1997
by
Richard M. Stallman
Browse files
(ispell-dictionary-alist): Doc fix.
parent
2f5f9dbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+11
-7
No files found.
lisp/textmodes/ispell.el
View file @
fbbd6e46
...
...
@@ -556,15 +556,19 @@ word.
NOT-CASECHARS is the opposite regexp of CASECHARS.
OTHERCHARS is a regular expression of other characters that are valid
in word constructs. Otherchars cannot be adjacent to each other in a
word, nor can they begin or end a word. This implies we can't check
\"Stevens'\" as a correct possessive and other correct formations.
OTHERCHARS are characters in the NOT-CASECHARS set but which can be used to
construct words in some special way. If OTHERCHARS characters follow and
precede characters from CASECHARS, they are parsed as part of a word,
otherwise they become word-breaks. As an example in English, assume the
set ['] (as a regular expression) for OTHERCHARS. Then \"they're\" and
\"Steven's\" are parsed as single words including the \"'\" character, but
\"Stevens'\" does not include the quote character as part of the word.
If you want OTHERCHARS to be empty, use nil.
Hint: regexp syntax requires the hyphen to be declared first here.
MANY-OTHERCHARS-P is non-nil if many otherchars are to be allowed in a
word instead of only one.
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.
ISPELL-ARGS is a list of additional arguments passed to the ispell
subprocess.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment