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
92fbf041
Commit
92fbf041
authored
Apr 27, 2007
by
Andreas Schwab
Browse files
(sregexq): Fix doc string quoting.
parent
c97adfa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/sregex.el
lisp/emacs-lisp/sregex.el
+2
-2
No files found.
lisp/emacs-lisp/sregex.el
View file @
92fbf041
...
...
@@ -436,11 +436,11 @@ Here are the clauses allowed in an `sregex' or `sregexq' expression:
or end of a word.
- the symbol `bow'
Stands for \"\\\\\\
=
<\", matching the empty string at the beginning of a
Stands for \"\\\\
=
\\<\", matching the empty string at the beginning of a
word.
- the symbol `eow'
Stands for \"\\\\\\
=
>\", matching the empty string at the end of a word.
Stands for \"\\\\
=
\\>\", matching the empty string at the end of a word.
- the symbol `wordchar'
Stands for the regex \"\\\\w\", matching a word-constituent character
...
...
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