diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 178363e1beb..d47be46e4b8 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -415,7 +415,6 @@ where DICTNAME is the name of your default dictionary." | |||
| 415 | (defcustom ispell-local-dictionary nil | 415 | (defcustom ispell-local-dictionary nil |
| 416 | "If non-nil, the dictionary to be used for Ispell commands. | 416 | "If non-nil, the dictionary to be used for Ispell commands. |
| 417 | The value must be a string dictionary name in `ispell-dictionary-alist'. | 417 | The value must be a string dictionary name in `ispell-dictionary-alist'. |
| 418 | This variable becomes buffer-local when set in any fashion. | ||
| 419 | 418 | ||
| 420 | Setting `ispell-local-dictionary' to a value has the same effect as | 419 | Setting `ispell-local-dictionary' to a value has the same effect as |
| 421 | calling \\[ispell-change-dictionary] with that value. This variable | 420 | calling \\[ispell-change-dictionary] with that value. This variable |