emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/searching.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi
Date: Thu, 09 Mar 2006 01:55:20 +0000

Index: emacs/lispref/searching.texi
diff -u emacs/lispref/searching.texi:1.69 emacs/lispref/searching.texi:1.70
--- emacs/lispref/searching.texi:1.69   Tue Mar  7 23:28:33 2006
+++ emacs/lispref/searching.texi        Thu Mar  9 01:55:20 2006
@@ -485,9 +485,9 @@
 @samp{[} and @samp{]}.  In such situations, it sometimes may be
 necessary to carefully parse the regexp from the start to determine
 which square brackets enclose a character alternative.  For example,
address@hidden, consists of the complemented character alternative
address@hidden, which matches any single character that is not a square
-bracket, followed by a literal @samp{]}.
address@hidden consists of the complemented character alternative
address@hidden (which matches any single character that is not a square
+bracket), followed by a literal @samp{]}.
 
 The exact rules are that at the beginning of a regexp, @samp{[} is
 special and @samp{]} not.  This lasts until the first unquoted




reply via email to

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