searching.texi (Regexp Backslash): Doc fix for backslash constructs in regular expressions.
This commit is contained in:
parent
5d4e5c3179
commit
f8152bcb32
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -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 \|
|
||||
|
|
Loading…
Add table
Reference in a new issue