diff lisp/prim/isearch-mode.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents cf808b4c4290
children 9f59509498e1
line wrap: on
line diff
--- a/lisp/prim/isearch-mode.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/prim/isearch-mode.el	Mon Aug 13 09:18:39 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))