GNU bug report logs -
#13785
[patch] Trivial doc fix for regexp in elisp manual
Previous Next
Reported by: Xue Fuqiao <xfq.free <at> gmail.com>
Date: Fri, 22 Feb 2013 13:33:01 UTC
Severity: minor
Tags: patch
Done: xfq <xfq.free <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#13785: [patch] Trivial doc fix for regexp in elisp manual
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 13785 <at> debbugs.gnu.org.
--
13785: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13785
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Fixed.
--
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/
[Message part 3 (message/rfc822, inline)]
There is a minor bug in searching.texi (some constructs like "\(?:" are
not two-character sequences), so I made the following patch:
*** trunk/doc/lispref/ChangeLog.orig 2013-02-17 22:42:17.309803000 +0800
--- trunk/doc/lispref/ChangeLog 2013-02-22 21:21:05.601320008 +0800
***************
*** 1,3 ****
--- 1,8 ----
+ 2013-02-22 Xue Fuqiao <xfq.free <at> gmail.com>
+
+ * searching.texi (Regexp Backslash): Doc fix for backslash
+ constructs in regular expressions.
+
2013-02-15 Glenn Morris <rgm <at> gnu.org>
* modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
*** trunk/doc/lispref/searching.texi 2013-02-03 09:46:50.383143000 +0800
--- trunk/doc/lispref/searching.texi.new 2013-02-22 21:17:57.144385485 +0800
*************** through @samp{f} and @samp{A} through @s
*** 589,598 ****
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.
@table @samp
@item \|
--- 589,598 ----
For the most part, @samp{\} followed by any character matches only
that character. However, there are several exceptions: certain
! 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.
@table @samp
@item \|
--
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao
This bug report was last modified 12 years and 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.