diff options
| author | Eli Zaretskii | 2001-05-03 04:44:12 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-05-03 04:44:12 +0000 |
| commit | ddfb4005866a4695de02147bc9309c863c2c171e (patch) | |
| tree | e7edbc5a7482a4411d203b039ac421b1c03f9d8e /lisp/textmodes | |
| parent | fd8092f01beda5bc1f24a801aec8ffcd152b126e (diff) | |
| download | emacs-ddfb4005866a4695de02147bc9309c863c2c171e.tar.gz emacs-ddfb4005866a4695de02147bc9309c863c2c171e.zip | |
(ispell-change-dictionary): Doc fix.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index e8d872027db..9b9a5a632bd 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -2301,7 +2301,7 @@ A new one will be started as soon as necessary. | |||
| 2301 | 2301 | ||
| 2302 | By just answering RET you can find out what the current dictionary is. | 2302 | By just answering RET you can find out what the current dictionary is. |
| 2303 | 2303 | ||
| 2304 | With prefix argument, set the default directory." | 2304 | With prefix argument, set the default dictionary." |
| 2305 | (interactive | 2305 | (interactive |
| 2306 | (list (completing-read | 2306 | (list (completing-read |
| 2307 | "Use new dictionary (RET for current, SPC to complete): " | 2307 | "Use new dictionary (RET for current, SPC to complete): " |