searching.texi (Regexp Backslash): Doc fix for backslash constructs in regular expres...
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 21 Apr 2013 03:27:51 +0000 (11:27 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 21 Apr 2013 03:27:51 +0000 (11:27 +0800)
doc/lispref/ChangeLog
doc/lispref/searching.texi

index 31e4f79..36c8b8d 100644 (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
index 87d4051..386d5bd 100644 (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 \|