diff lisp/prim/isearch-mode.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 441bb1e64a06
children 8d2a9b52c682
line wrap: on
line diff
--- a/lisp/prim/isearch-mode.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/prim/isearch-mode.el	Mon Aug 13 08:52:29 2007 +0200
@@ -1552,7 +1552,7 @@
 
 (defun isearch-no-upper-case-p (string)
   "Return t if there are no upper case chars in string.
-But upper case chars preceeded by \\ do not count since they
+But upper case chars preceded by \\ do not count since they
 have special meaning in a regexp."
   ;; this incorrectly returns t for "\\\\A"
   (let ((case-fold-search nil))