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
f8152bcb
Commit
f8152bcb
authored
Apr 21, 2013
by
Xue Fuqiao
Browse files
searching.texi (Regexp Backslash): Doc fix for backslash constructs in regular expressions.
parent
5d4e5c31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/searching.texi
doc/lispref/searching.texi
+2
-4
No files found.
doc/lispref/ChangeLog
View file @
f8152bcb
2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
* searching.texi (Regexp Backslash): Doc fix for backslash
constructs in regular expressions.
2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
* tips.texi (Coding Conventions): Mention separation of package
...
...
doc/lispref/searching.texi
View file @
f8152bcb
...
...
@@ -589,10 +589,8 @@ through @samp{f} and @samp{A} through @samp{F}.
For the most part, @samp{\} followed by any character matches only
that character. However, there are several exceptions: certain
two-character sequences starting with @samp{\} that have special
meanings. (The character after the @samp{\} in such a sequence is
always ordinary when used on its own.) Here is a table of the special
@samp{\} constructs.
sequences starting with @samp{\} that have special meanings. Here is
a table of the special @samp{\} constructs.
@table @samp
@item \|
...
...
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