diff options
| -rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index c224a970e01..7020426b9a8 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -1329,7 +1329,7 @@ Word syntax described by `ispell-dictionary-alist' (which see)." | |||
| 1329 | nil | 1329 | nil |
| 1330 | buffer | 1330 | buffer |
| 1331 | nil | 1331 | nil |
| 1332 | "-l" | 1332 | (if ispell-really-aspell "list" "-l") |
| 1333 | (let (args) | 1333 | (let (args) |
| 1334 | ;; Local dictionary becomes the global dictionary in use. | 1334 | ;; Local dictionary becomes the global dictionary in use. |
| 1335 | (if ispell-local-dictionary | 1335 | (if ispell-local-dictionary |