diff options
author | Juri Linkov <juri@jurta.org> | 2013-12-04 02:12:02 +0200 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2013-12-04 02:12:02 +0200 |
commit | c085e5b909ea10f8e593f35f2d4a57df147c0591 (patch) | |
tree | 2b643308356be1fbe85cc2909d8ee5ae9bfa9fe9 /doc | |
parent | 5df474aaa900307b90d55434308c32c555314313 (diff) | |
download | emacs-c085e5b909ea10f8e593f35f2d4a57df147c0591.tar.gz |
* lisp/isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL
in add-hook and remove-hook for multi-buffer search.
* doc/lispref/searching.texi (Search and Replace): Fix `unread-command-events'
and add ref.
Fixes: debbugs:16035
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
-rw-r--r-- | doc/lispref/searching.texi | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 92335dc616d..f4f036f33ad 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-12-04 Juri Linkov <juri@jurta.org> + + * searching.texi (Search and Replace): Fix `unread-command-events' + and add ref. + 2013-12-03 Juri Linkov <juri@jurta.org> * windows.texi (Choosing Window): Rename `no-display-ok' to diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 15aa23f77ea..a5bd5ab719b 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -1770,10 +1770,9 @@ Do not take action for this question---in other words, ``no''. Answer this question ``no'', and give up on the entire series of questions, assuming that the answers will be ``no''. -@c FIXME: Document ‘unread-comment-events’? --xfq @item exit-prefix Like @code{exit}, but add the key that was pressed to -@code{unread-comment-events}. +@code{unread-command-events} (@pxref{Event Input Misc}). @item act-and-exit Answer this question ``yes'', and give up on the entire series of |