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)
|
||||
|
||||
;; Pass frame events transparently so they won't exit the search.
|
||||
;; In particular, if we have more than one display open, then a
|
||||
;; switch-frame might be generated by someone typing at another keyboard.
|
||||
;; Frame events should exit the search, because such frame events
|
||||
;; as `switch-frame’ and `delete-frame’ change the current buffer.
|
||||
;; See Bug#41338 for details.
|
||||
(define-key map [switch-frame] nil)
|
||||
(define-key map [delete-frame] nil)
|
||||
(define-key map [iconify-frame] nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue