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
53fc914f
Commit
53fc914f
authored
Nov 05, 2012
by
Agustín Martín
Browse files
ispell.el (ispell-program-name): Update spellchecker parameters when customized.
parent
c8e3a9c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+4
-0
No files found.
lisp/ChangeLog
View file @
53fc914f
2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-program-name): Update
spellchecker parameters when customized.
2012-11-04 Glenn Morris <rgm@gnu.org>
2012-11-04 Glenn Morris <rgm@gnu.org>
* vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
* vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
...
...
lisp/textmodes/ispell.el
View file @
53fc914f
...
@@ -357,6 +357,10 @@ Must be greater than 1."
...
@@ -357,6 +357,10 @@ Must be greater than 1."
"ispell"
)
"ispell"
)
"Program invoked by \\[ispell-word] and \\[ispell-region] commands."
"Program invoked by \\[ispell-word] and \\[ispell-region] commands."
:type
'string
:type
'string
:set
(
lambda
(
symbol
value
)
(
set-default
symbol
value
)
(
if
(
featurep
'ispell
)
(
ispell-set-spellchecker-params
)))
:group
'ispell
)
:group
'ispell
)
(
defcustom
ispell-alternate-dictionary
(
defcustom
ispell-alternate-dictionary
...
...
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