Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e2b992cb
Commit
e2b992cb
authored
Sep 05, 1997
by
Richard M. Stallman
Browse files
(search-whitespace-regexp): Doc fix.
parent
77a61912
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/isearch.el
lisp/isearch.el
+1
-0
No files found.
lisp/isearch.el
View file @
e2b992cb
...
@@ -152,6 +152,7 @@ string, and RET terminates editing and does a nonincremental search."
...
@@ -152,6 +152,7 @@ string, and RET terminates editing and does a nonincremental search."
(
defcustom
search-whitespace-regexp
"\\s-+"
(
defcustom
search-whitespace-regexp
"\\s-+"
"*If non-nil, regular expression to match a sequence of whitespace chars.
"*If non-nil, regular expression to match a sequence of whitespace chars.
This applies to regular expression incremental search.
You might want to use something like \"[ \\t\\r\\n]+\" instead."
You might want to use something like \"[ \\t\\r\\n]+\" instead."
:type
'regexp
:type
'regexp
:group
'isearch
)
:group
'isearch
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment