aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Malabarba2015-10-29 00:22:50 +0000
committerArtur Malabarba2015-10-29 00:22:50 +0000
commit42eb249ebd48b8df80357be41364b23a7af4fcf0 (patch)
tree26b1e975bcff33e66abc80f064f09043feadccb1
parent2765945d616f9661dd0aa641f4ecd328dd8768d7 (diff)
downloademacs-42eb249ebd48b8df80357be41364b23a7af4fcf0.tar.gz
emacs-42eb249ebd48b8df80357be41364b23a7af4fcf0.zip
* lisp/isearch.el: Delete some outdated comments
-rw-r--r--lisp/isearch.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 915255b2227..e9eec013580 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -31,11 +31,7 @@
31;; is completed. It uses a recursive-edit to behave this way. 31;; is completed. It uses a recursive-edit to behave this way.
32 32
33;; The key bindings active within isearch-mode are defined below in 33;; The key bindings active within isearch-mode are defined below in
34;; `isearch-mode-map' which is given bindings close to the default 34;; `isearch-mode-map'. Also see minibuffer-local-isearch-map
35;; characters of the original isearch.el. With `isearch-mode',
36;; however, you can bind multi-character keys and it should be easier
37;; to add new commands. One bug though: keys with meta-prefix cannot
38;; be longer than two chars. Also see minibuffer-local-isearch-map
39;; for bindings active during `isearch-edit-string'. 35;; for bindings active during `isearch-edit-string'.
40 36
41;; isearch-mode should work even if you switch windows with the mouse, 37;; isearch-mode should work even if you switch windows with the mouse,