emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/isearch.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el,v
Date: Sun, 24 Feb 2008 10:09:15 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/02/24 10:09:07

Index: lisp/isearch.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/isearch.el,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -b -r1.310 -r1.311
--- lisp/isearch.el     12 Feb 2008 00:50:44 -0000      1.310
+++ lisp/isearch.el     24 Feb 2008 10:08:55 -0000      1.311
@@ -1486,7 +1486,7 @@
        ;; removes all bracket-sets and groups that might be in the way, as
        ;; well as partial \{\} constructs that the code below leaves behind.
        ;; Also skip over postfix operators -- though horrid,
-       ;; 'ab?\{5,6\}+\{1,2\}*' is perfectly legal.
+       ;; 'ab?\{5,6\}+\{1,2\}*' is perfectly valid.
        (while (and previous
                    (or (isearch-error-state frame)
                        (let* ((string (isearch-string-state frame))




reply via email to

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