]> code.delx.au - gnu-emacs/commitdiff
* lisp/isearch.el: Delete some outdated comments
authorArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 29 Oct 2015 00:22:50 +0000 (00:22 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 29 Oct 2015 00:22:50 +0000 (00:22 +0000)
lisp/isearch.el

index 915255b2227e06fc44bf073b540169203a1ad9a7..e9eec013580ed6d304ba34611af07a374a72b9fe 100644 (file)
 ;; 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,