We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c618f0 commit ca93db3Copy full SHA for ca93db3
drupal/ispell.el
@@ -10,7 +10,8 @@
10
"Set `ispell-local-dictionary' to `american'.
11
Comments and names should use US English spelling (e.g., `color'
12
not `colour') according to http://drupal.org/coding-standards."
13
- (setq ispell-local-dictionary "american"))
+ (when (member "american" (ispell-valid-dictionary-list))
14
+ (setq ispell-local-dictionary "american")))
15
16
(add-hook 'drupal-mode-hook 'drupal/ispell-enable)
17
0 commit comments