From f8152bcb327ef9a7b66974b029b617e06461ebab Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Sun, 21 Apr 2013 11:27:51 +0800 Subject: [PATCH] searching.texi (Regexp Backslash): Doc fix for backslash constructs in regular expressions. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/searching.texi | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 31e4f791350..36c8b8dbea7 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-04-21 Xue Fuqiao + + * searching.texi (Regexp Backslash): Doc fix for backslash + constructs in regular expressions. + 2013-04-15 Christopher Schmidt * tips.texi (Coding Conventions): Mention separation of package diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 87d4051d6f0..386d5bdde4c 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -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 \| -- 2.39.2