mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
Clarify misleading comment in isearch.el
Clarify a misleading comment in isearch.el as to whether frame events should exit an isearch or not (Bug#62032, Bug#41338 for background information). * lisp/isearch.el (isearch-mode-map): Replace the misleading comment. (Bug#62032) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
af3b0dc53f
commit
dc1a437d46
1 changed files with 3 additions and 3 deletions
|
|
@ -633,9 +633,9 @@ This is like `describe-bindings', but displays only Isearch keys."
|
||||||
|
|
||||||
(define-key map "\M-\t" 'isearch-complete)
|
(define-key map "\M-\t" 'isearch-complete)
|
||||||
|
|
||||||
;; Pass frame events transparently so they won't exit the search.
|
;; Frame events should exit the search, because such frame events
|
||||||
;; In particular, if we have more than one display open, then a
|
;; as `switch-frame’ and `delete-frame’ change the current buffer.
|
||||||
;; switch-frame might be generated by someone typing at another keyboard.
|
;; See Bug#41338 for details.
|
||||||
(define-key map [switch-frame] nil)
|
(define-key map [switch-frame] nil)
|
||||||
(define-key map [delete-frame] nil)
|
(define-key map [delete-frame] nil)
|
||||||
(define-key map [iconify-frame] nil)
|
(define-key map [iconify-frame] nil)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue