1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

searching.texi (Regexp Backslash): Doc fix for backslash constructs in regular expressions.

This commit is contained in:
Xue Fuqiao 2013-04-21 11:27:51 +08:00
parent 5d4e5c3179
commit f8152bcb32
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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 \|