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
dcb6bf2b
Commit
dcb6bf2b
authored
Aug 18, 1998
by
Richard M. Stallman
Browse files
(search-whitespace-regexp): Doc fix.
parent
01c925e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/isearch.el
lisp/isearch.el
+3
-1
No files found.
lisp/isearch.el
View file @
dcb6bf2b
...
...
@@ -153,7 +153,9 @@ string, and RET terminates editing and does a nonincremental search."
(
defcustom
search-whitespace-regexp
"\\s-+"
"*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.
In the Customization buffer, that is `[' followed by a space,
a tab, a carriage return (control-M), a newline, and `]+'."
:type
'regexp
: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