diff lisp/isearch.el @ 92148:f991f10f15ec

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
author Miles Bader <miles@gnu.org>
date Sun, 24 Feb 2008 10:09:07 +0000
parents eb602dd246b2 9674532b4729
children 1b8f987330e1
line wrap: on
line diff
--- a/lisp/isearch.el	Sun Feb 24 06:43:15 2008 +0000
+++ b/lisp/isearch.el	Sun Feb 24 10:09:07 2008 +0000
@@ -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))