diff options
author | Juri Linkov <juri@jurta.org> | 2014-01-31 11:41:54 +0200 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2014-01-31 11:41:54 +0200 |
commit | bd21bf41c00ea85de7bba7440a4ee70fa934cdb9 (patch) | |
tree | c77ddae81fdeb304fbbf0f3e2eceddcee337bf18 /src/callint.c | |
parent | 579d49fa6ef7eb66fb6a042251f95d2fa94d2e3b (diff) | |
download | emacs-bd21bf41c00ea85de7bba7440a4ee70fa934cdb9.tar.gz emacs-bd21bf41c00ea85de7bba7440a4ee70fa934cdb9.tar.bz2 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 'src/callint.c')
-rw-r--r-- | src/callint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index aedb363980f..35411bf9b5c 100644 --- a/src/callint.c +++ b/src/callint.c @@ -308,7 +308,7 @@ invoke it. If KEYS is omitted or nil, the return value of specs = Qnil; string = 0; - /* The idea of FILTER_SPECS is to provide away to + /* The idea of FILTER_SPECS is to provide a way to specify how to represent the arguments in command history. The feature is not fully implemented. */ filter_specs = Qnil; |