emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112345: searching.texi (Regexp Backs


From: Xue Fuqiao
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112345: searching.texi (Regexp Backslash): Doc fix for backslash constructs in regular expressions.
Date: Sun, 21 Apr 2013 11:27:51 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112345
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2013-04-21 11:27:51 +0800
message:
  searching.texi (Regexp Backslash): Doc fix for backslash constructs in 
regular expressions.
modified:
  doc/lispref/ChangeLog
  doc/lispref/searching.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-04-15 17:01:00 +0000
+++ b/doc/lispref/ChangeLog     2013-04-21 03:27:51 +0000
@@ -1,3 +1,8 @@
+2013-04-21  Xue Fuqiao  <address@hidden>
+
+       * searching.texi (Regexp Backslash): Doc fix for backslash
+       constructs in regular expressions.
+
 2013-04-15  Christopher Schmidt  <address@hidden>
 
        * tips.texi (Coding Conventions): Mention separation of package

=== modified file 'doc/lispref/searching.texi'
--- a/doc/lispref/searching.texi        2013-01-03 02:15:57 +0000
+++ b/doc/lispref/searching.texi        2013-04-21 03:27:51 +0000
@@ -589,10 +589,8 @@
 
   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
address@hidden constructs.
+sequences starting with @samp{\} that have special meanings.  Here is
+a table of the special @samp{\} constructs.
 
 @table @samp
 @item \|


reply via email to

[Prev in Thread] Current Thread [Next in Thread]