emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107419: * doc/lispref/searching.texi


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107419: * doc/lispref/searching.texi (Regexp Backslash): Add index entry.
Date: Sat, 25 Feb 2012 12:03:43 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107419
fixes bug(s): http://debbugs.gnu.org/10869
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-25 12:03:43 +0800
message:
  * doc/lispref/searching.texi (Regexp Backslash): Add index entry.
modified:
  doc/lispref/ChangeLog
  doc/lispref/objects.texi
  doc/lispref/searching.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-02-24 08:28:42 +0000
+++ b/doc/lispref/ChangeLog     2012-02-25 04:03:43 +0000
@@ -1,3 +1,7 @@
+2012-02-25  Chong Yidong  <address@hidden>
+
+       * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
+
 2012-02-24  Glenn Morris  <address@hidden>
 
        * errors.texi (Standard Errors): Mention dbus-error.

=== modified file 'doc/lispref/objects.texi'
--- a/doc/lispref/objects.texi  2012-02-10 15:50:11 +0000
+++ b/doc/lispref/objects.texi  2012-02-25 04:03:43 +0000
@@ -370,7 +370,7 @@
 Lisp supports this syntax only in character literals and strings.
 
 @cindex @samp{\} in character constant
address@hidden backslash in character constant
address@hidden backslash in character constants
 @cindex octal character code
   The most general read syntax for a character represents the
 character code in either octal or hex.  To use octal, write a question

=== modified file 'doc/lispref/searching.texi'
--- a/doc/lispref/searching.texi        2012-01-26 15:48:27 +0000
+++ b/doc/lispref/searching.texi        2012-02-25 04:03:43 +0000
@@ -559,6 +559,7 @@
 
 @node Regexp Backslash
 @subsubsection Backslash Constructs in Regular Expressions
address@hidden backslash in regular expressions
 
   For the most part, @samp{\} followed by any character matches only
 that character.  However, there are several exceptions: certain


reply via email to

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