unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13785: [patch] Trivial doc fix for regexp in elisp manual
@ 2013-02-22 13:30 Xue Fuqiao
  2013-04-21  3:30 ` xfq
  0 siblings, 1 reply; 2+ messages in thread
From: Xue Fuqiao @ 2013-02-22 13:30 UTC (permalink / raw)
  To: 13785

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@gmail.com>
+ 
+ 	* searching.texi (Regexp Backslash): Doc fix for backslash
+ 	constructs in regular expressions.
+ 
  2013-02-15  Glenn Morris  <rgm@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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#13785: [patch] Trivial doc fix for regexp in elisp manual
  2013-02-22 13:30 bug#13785: [patch] Trivial doc fix for regexp in elisp manual Xue Fuqiao
@ 2013-04-21  3:30 ` xfq
  0 siblings, 0 replies; 2+ messages in thread
From: xfq @ 2013-04-21  3:30 UTC (permalink / raw)
  To: 13785-done

Fixed.

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-21  3:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-22 13:30 bug#13785: [patch] Trivial doc fix for regexp in elisp manual Xue Fuqiao
2013-04-21  3:30 ` xfq

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).