]> code.delx.au - gnu-emacs/blobdiff - lisp/isearch.el
Merged from emacs@sv.gnu.org
[gnu-emacs] / lisp / isearch.el
index ace20881737e052cf23c79f4af00d7fbf1cb1f3b..0a85f10cf4062de31e525dfb6cc88ed0b38f1772 100644 (file)
@@ -116,8 +116,11 @@ When you put a space or spaces in the incremental regexp, it stands for
 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