summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2013-12-23 11:59:10 +0800
committerChong Yidong <cyd@gnu.org>2013-12-23 11:59:10 +0800
commit8cd22a0818f3ed6832d4caa1883b32bab3107b54 (patch)
tree1c0922d3bd2e3ebd1fa17f05ca847f85bf7e6391 /lisp/isearch.el
parentaec3bf9f49c8c0d0356a0e57f362bd0e23206e7d (diff)
downloademacs-8cd22a0818f3ed6832d4caa1883b32bab3107b54.tar.gz
Rename set-temporary-overlay-map -> set-transient-map
* lisp/subr.el (set-transient-map): Rename from set-temporary-overlay-map. Doc fix. * lisp/face-remap.el (text-scale-adjust): * lisp/indent.el (indent-rigidly): * lisp/kmacro.el (kmacro-call-macro): * lisp/minibuffer.el (minibuffer-force-complete): * lisp/repeat.el (repeat): * lisp/simple.el (universal-argument--mode): * lisp/calendar/todo-mode.el (todo-insert-item--next-param): * lisp/progmodes/f90.el (f90-abbrev-start): Callers changed. * lisp/org/org.el (orgstruct-make-binding): Call set-transient-map instead of old name set-temporary-overlay-map. * doc/lispref/keymaps.texi (Controlling Active Maps): Renamed set-temporary-overlay-map to set-transient map. Doc fixes. (Searching Keymaps): The transient keymap takes precedence.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index f222c8f59cd..360fabfa7f2 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -2251,7 +2251,7 @@ before the command is executed globally with terminated Isearch."
(main-event (aref key 0)))
(cond
;; Don't exit Isearch if we're in the middle of some
- ;; set-temporary-overlay-map thingy like universal-argument--mode.
+ ;; `set-transient-map' thingy like `universal-argument--mode'.
((not (eq overriding-terminal-local-map isearch--saved-overriding-local-map)))
;; Don't exit Isearch for isearch key bindings.
((commandp (lookup-key isearch-mode-map key nil)))