diff options
| author | Stefan Monnier | 2001-12-02 07:17:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-12-02 07:17:00 +0000 |
| commit | 52dcc11466283cd06b326fd5bf83d19dcb4aaf25 (patch) | |
| tree | 59762a0151c75213e605302de6fd8f698c57aadb /lisp/textmodes | |
| parent | 06adf6b1ac44dfa3f73d2ddee5d8121b6365666a (diff) | |
| download | emacs-52dcc11466283cd06b326fd5bf83d19dcb4aaf25.tar.gz emacs-52dcc11466283cd06b326fd5bf83d19dcb4aaf25.zip | |
Doc fix.
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 |