emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#13785: closed ([patch] Trivial doc fix for regexp


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13785: closed ([patch] Trivial doc fix for regexp in elisp manual)
Date: Sun, 21 Apr 2013 03:35:01 +0000

Your message dated Sun, 21 Apr 2013 11:30:05 +0800
with message-id <address@hidden>
and subject line Re: [patch] Trivial doc fix for regexp in elisp manual
has caused the debbugs.gnu.org bug report #13785,
regarding [patch] Trivial doc fix for regexp in elisp manual
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13785: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13785
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [patch] Trivial doc fix for regexp in elisp manual Date: Fri, 22 Feb 2013 21:30:02 +0800
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  <address@hidden>
+ 
+       * searching.texi (Regexp Backslash): Doc fix for backslash
+       constructs in regular expressions.
+ 
  2013-02-15  Glenn Morris  <address@hidden>
  
        * 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



--- End Message ---
--- Begin Message --- Subject: Re: [patch] Trivial doc fix for regexp in elisp manual Date: Sun, 21 Apr 2013 11:30:05 +0800
Fixed.

--
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/


--- End Message ---

reply via email to

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