]> git.eshelyaron.com Git - emacs.git/commitdiff
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 31e4f7913503ed6d8c2edd364a53eedca53fc716..36c8b8dbea73c6cf3bb4e59f3331efa080f2173c 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 87d4051d6f0b55e309fe2bb9132a0c2430f9e6e3..386d5bdde4c9a2d7747de7d8f3538bba8445720f 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 \|