comparison lisp/isearch.el @ 11643:5f7440c4c0de

(isearch-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 May 1995 01:13:59 +0000
parents 28e4495a9e8f
children fe63b4e6021a
comparison
equal deleted inserted replaced
11642:ffbb4fa31092 11643:5f7440c4c0de
2 2
3 ;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 3 ;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
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
11 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
462 ;; isearch-forward-regexp isearch-backward-regexp) 462 ;; isearch-forward-regexp isearch-backward-regexp)
463 ;; "List of commands for which isearch-mode does not recursive-edit.") 463 ;; "List of commands for which isearch-mode does not recursive-edit.")
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
471 isearch-regexp regexp 473 isearch-regexp regexp
472 isearch-word word-p 474 isearch-word word-p