aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/isearch.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 2a6418ea8f8..a7efcf5d3f4 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> 5;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
6 6
7;; |$Date: 1995/04/24 15:27:35 $|$Revision: 1.89 $ 7;; |$Date: 1995/04/25 22:28:40 $|$Revision: 1.90 $
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
@@ -464,7 +464,9 @@ is treated as a regexp. See \\[isearch-forward] for more info."
464 464
465 465
466(defun isearch-mode (forward &optional regexp op-fun recursive-edit word-p) 466(defun isearch-mode (forward &optional regexp op-fun recursive-edit word-p)
467 "Start isearch minor mode. Called by isearch-forward, etc." 467 "Start isearch minor mode. Called by `isearch-forward', etc.
468
469\\{isearch-mode-map}"
468 470
469 ;; Initialize global vars. 471 ;; Initialize global vars.
470 (setq isearch-forward forward 472 (setq isearch-forward forward