[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/isearch.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/isearch.el |
Date: |
Sun, 25 Sep 2005 20:02:37 -0400 |
Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.272 emacs/lisp/isearch.el:1.273
*** emacs/lisp/isearch.el:1.272 Sun Sep 18 12:25:02 2005
--- emacs/lisp/isearch.el Mon Sep 26 00:02:37 2005
***************
*** 533,538 ****
--- 533,541 ----
\\[isearch-abort] when search is successful aborts and moves point to\
starting point.
+ If you try to exit with the search string still empty, it invokes
+ nonincremental search.
+
Type \\[isearch-query-replace] to start `query-replace' with string to\
replace from last search string.
Type \\[isearch-query-replace-regexp] to start `query-replace-regexp'\
***************
*** 579,585 ****
In regexp incremental searches, a space or spaces normally matches
any whitespace (the variable `search-whitespace-regexp' controls
precisely what that means). If you want to search for a literal space
! and nothing else, enter `[ ]'."
(interactive "P\np")
(isearch-mode t (null not-regexp) nil (not no-recursive-edit)))
--- 582,588 ----
In regexp incremental searches, a space or spaces normally matches
any whitespace (the variable `search-whitespace-regexp' controls
precisely what that means). If you want to search for a literal space
! and nothing else, enter C-q SPC.
(interactive "P\np")
(isearch-mode t (null not-regexp) nil (not no-recursive-edit)))