/[emacs]/emacs/lisp/isearch.el
ViewVC logotype

Diff of /emacs/lisp/isearch.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.272 by deego, Sun Sep 18 12:25:02 2005 UTC revision 1.273 by rms, Mon Sep 26 00:02:37 2005 UTC
# Line 533  Type \\[isearch-quote-char] to quote con Line 533  Type \\[isearch-quote-char] to quote con
533  \\[isearch-abort] when search is successful aborts and moves point to\  \\[isearch-abort] when search is successful aborts and moves point to\
534   starting point.   starting point.
535    
536    If you try to exit with the search string still empty, it invokes
537     nonincremental search.
538    
539  Type \\[isearch-query-replace] to start `query-replace' with string to\  Type \\[isearch-query-replace] to start `query-replace' with string to\
540   replace from last search string.   replace from last search string.
541  Type \\[isearch-query-replace-regexp] to start `query-replace-regexp'\  Type \\[isearch-query-replace-regexp] to start `query-replace-regexp'\
# Line 579  is treated as a regexp.  See \\[isearch- Line 582  is treated as a regexp.  See \\[isearch-
582  In regexp incremental searches, a space or spaces normally matches  In regexp incremental searches, a space or spaces normally matches
583  any whitespace (the variable `search-whitespace-regexp' controls  any whitespace (the variable `search-whitespace-regexp' controls
584  precisely what that means).  If you want to search for a literal space  precisely what that means).  If you want to search for a literal space
585  and nothing else, enter `[ ]'."  and nothing else, enter C-q SPC.
586    (interactive "P\np")    (interactive "P\np")
587    (isearch-mode t (null not-regexp) nil (not no-recursive-edit)))    (isearch-mode t (null not-regexp) nil (not no-recursive-edit)))
588    

Legend:
Removed from v.1.272  
changed lines
  Added in v.1.273

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26