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 [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el,v [EMACS_22_BASE]
Date: Tue, 05 Feb 2008 11:49:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      08/02/05 11:49:46

Index: isearch.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/isearch.el,v
retrieving revision 1.297.2.7
retrieving revision 1.297.2.8
diff -u -b -r1.297.2.7 -r1.297.2.8
--- isearch.el  7 Jan 2008 02:44:38 -0000       1.297.2.7
+++ isearch.el  5 Feb 2008 11:49:45 -0000       1.297.2.8
@@ -1461,7 +1461,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]