Mercurial > emacs
comparison lisp/isearch.el @ 65702:5f9322399c91
(isearch-forward-regexp): Close doc string.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Mon, 26 Sep 2005 06:34:32 +0000 |
parents | b89731597db3 |
children | 36c67f52422a |
comparison
equal
deleted
inserted
replaced
65701:f884f1a84bd0 | 65702:5f9322399c91 |
---|---|
580 is treated as a regexp. See \\[isearch-forward] for more info. | 580 is treated as a regexp. See \\[isearch-forward] for more info. |
581 | 581 |
582 In regexp incremental searches, a space or spaces normally matches | 582 In regexp incremental searches, a space or spaces normally matches |
583 any whitespace (the variable `search-whitespace-regexp' controls | 583 any whitespace (the variable `search-whitespace-regexp' controls |
584 precisely what that means). If you want to search for a literal space | 584 precisely what that means). If you want to search for a literal space |
585 and nothing else, enter C-q SPC. | 585 and nothing else, enter C-q SPC." |
586 (interactive "P\np") | 586 (interactive "P\np") |
587 (isearch-mode t (null not-regexp) nil (not no-recursive-edit))) | 587 (isearch-mode t (null not-regexp) nil (not no-recursive-edit))) |
588 | 588 |
589 (defun isearch-backward (&optional regexp-p no-recursive-edit) | 589 (defun isearch-backward (&optional regexp-p no-recursive-edit) |
590 "\ | 590 "\ |