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
99b11016
Commit
99b11016
authored
Aug 31, 1994
by
Richard M. Stallman
Browse files
(ispell-dictionary-alist-1): For English, remove hyphen from the OTHERCHARS.
parent
e12d55b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+2
-2
No files found.
lisp/textmodes/ispell.el
View file @
99b11016
...
@@ -408,9 +408,9 @@ for language-specific arguments.")
...
@@ -408,9 +408,9 @@ for language-specific arguments.")
;;;###autoload
;;;###autoload
(
defvar
ispell-dictionary-alist-1
; sk 9-Aug-1991 18:28
(
defvar
ispell-dictionary-alist-1
; sk 9-Aug-1991 18:28
'
((
nil
; default (english.aff)
'
((
nil
; default (english.aff)
"[A-Za-z]"
"[^A-Za-z]"
"[
---
']"
nil
(
"-B"
)
nil
)
"[A-Za-z]"
"[^A-Za-z]"
"[']"
nil
(
"-B"
)
nil
)
(
"english"
; make english explicitly selectable
(
"english"
; make english explicitly selectable
"[A-Za-z]"
"[^A-Za-z]"
"[
---
']"
nil
(
"-B"
)
nil
)
"[A-Za-z]"
"[^A-Za-z]"
"[']"
nil
(
"-B"
)
nil
)
(
"deutsch"
; deutsch.aff
(
"deutsch"
; deutsch.aff
"[a-zA-Z\"]"
"[^a-zA-Z\"]"
"[---']"
t
(
"-C"
)
nil
)
"[a-zA-Z\"]"
"[^a-zA-Z\"]"
"[---']"
t
(
"-C"
)
nil
)
(
"deutsch8"
(
"deutsch8"
...
...
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