emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/isearch.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Mon, 26 Sep 2005 02:34:37 -0400

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.273 emacs/lisp/isearch.el:1.274
*** emacs/lisp/isearch.el:1.273 Mon Sep 26 00:02:37 2005
--- emacs/lisp/isearch.el       Mon Sep 26 06:34:32 2005
***************
*** 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)))
  
--- 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)))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]