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 | |
| parent | fd8092f01beda5bc1f24a801aec8ffcd152b126e (diff) | |
| download | emacs-ddfb4005866a4695de02147bc9309c863c2c171e.tar.gz emacs-ddfb4005866a4695de02147bc9309c863c2c171e.zip | |
(ispell-change-dictionary): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 39d03f53866..8052faab73e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-change-dictionary): Doc fix. | ||
| 4 | |||
| 1 | 2001-05-02 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2001-05-02 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 6 | ||
| 3 | * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face | 7 | * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face |
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): " |