diff options
| author | Juri Linkov | 2014-01-31 11:41:54 +0200 |
|---|---|---|
| committer | Juri Linkov | 2014-01-31 11:41:54 +0200 |
| commit | bd21bf41c00ea85de7bba7440a4ee70fa934cdb9 (patch) | |
| tree | c77ddae81fdeb304fbbf0f3e2eceddcee337bf18 /lisp/textmodes | |
| parent | 579d49fa6ef7eb66fb6a042251f95d2fa94d2e3b (diff) | |
| download | emacs-bd21bf41c00ea85de7bba7440a4ee70fa934cdb9.tar.gz emacs-bd21bf41c00ea85de7bba7440a4ee70fa934cdb9.zip | |
Misc small fixes.
* doc/lispref/searching.texi (String Search): Incremental word search fixes.
* lisp/sort.el (delete-duplicate-lines): Remove `:weakness 'key'
from `make-hash-table'.
* lisp/textmodes/ispell.el (ispell-init-process): Change message format
to be consistent with other messages.
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 050938752ca..5cdae22cc0f 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -3025,7 +3025,7 @@ Keeps argument list for future Ispell invocations for no async support." | |||
| 3025 | (setq ispell-filter nil ispell-filter-continue nil) | 3025 | (setq ispell-filter nil ispell-filter-continue nil) |
| 3026 | ;; may need to restart to select new personal dictionary. | 3026 | ;; may need to restart to select new personal dictionary. |
| 3027 | (ispell-kill-ispell t) | 3027 | (ispell-kill-ispell t) |
| 3028 | (message "Starting new Ispell process [%s::%s] ..." | 3028 | (message "Starting new Ispell process %s with %s dictionary..." |
| 3029 | ispell-program-name | 3029 | ispell-program-name |
| 3030 | (or ispell-local-dictionary ispell-dictionary "default")) | 3030 | (or ispell-local-dictionary ispell-dictionary "default")) |
| 3031 | (sit-for 0) | 3031 | (sit-for 0) |