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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Tue, 21 Feb 2006 19:52:07 +0000

Index: emacs/lisp/isearch.el
diff -u emacs/lisp/isearch.el:1.283 emacs/lisp/isearch.el:1.284
--- emacs/lisp/isearch.el:1.283 Mon Feb  6 14:33:34 2006
+++ emacs/lisp/isearch.el       Tue Feb 21 19:52:07 2006
@@ -116,8 +116,11 @@
 this, unless it is inside of a regexp construct such as [...] or *, + or ?.
 You might want to use something like \"[ \\t\\r\\n]+\" instead.
 In the Customization buffer, that is `[' followed by a space,
-a tab, a carriage return (control-M), a newline, and `]+'."
-  :type 'regexp
+a tab, a carriage return (control-M), a newline, and `]+'.
+
+When this is nil, each space you type matches literally, against one space."
+  :type '(choice (const :tag "Find Spaces Literally" nil)
+                regexp)
   :group 'isearch)
 
 (defcustom search-invisible 'open




reply via email to

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