emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 42eb249: * lisp/isearch.el: Delete some outdated co


From: Artur Malabarba
Subject: [Emacs-diffs] master 42eb249: * lisp/isearch.el: Delete some outdated comments
Date: Wed, 28 Oct 2015 23:28:21 +0000

branch: master
commit 42eb249ebd48b8df80357be41364b23a7af4fcf0
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/isearch.el: Delete some outdated comments
---
 lisp/isearch.el |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index 915255b..e9eec01 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -31,11 +31,7 @@
 ;; is completed.  It uses a recursive-edit to behave this way.
 
 ;; The key bindings active within isearch-mode are defined below in
-;; `isearch-mode-map' which is given bindings close to the default
-;; characters of the original isearch.el.  With `isearch-mode',
-;; however, you can bind multi-character keys and it should be easier
-;; to add new commands.  One bug though: keys with meta-prefix cannot
-;; be longer than two chars.  Also see minibuffer-local-isearch-map
+;; `isearch-mode-map'.  Also see minibuffer-local-isearch-map
 ;; for bindings active during `isearch-edit-string'.
 
 ;; isearch-mode should work even if you switch windows with the mouse,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]