From: Juanma Barranquero Date: Wed, 22 Oct 2008 11:11:01 +0000 (+0000) Subject: * replace.el (how-many): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~2271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f2372cbcb23be0b0a0d4db73946eabcd22caaaa;p=emacs.git * replace.el (how-many): Fix typo in docstring. Reported by Leo Liu . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30837643ffe..38ce13929bb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-10-22 Juanma Barranquero + + * replace.el (how-many): Fix typo in docstring. + Reported by Leo . + 2008-10-22 Glenn Morris * international/mule-cmds.el (universal-coding-system-argument): diff --git a/lisp/replace.el b/lisp/replace.el index e54939ff8dc..0b57ea35fc1 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -703,7 +703,7 @@ starting on the same line at which another match ended is ignored." "Print and return number of matches for REGEXP following point. When called from Lisp and INTERACTIVE is omitted or nil, just return the number, do not print it; if INTERACTIVE is t, the function behaves -in all respects has if it had been called interactively. +in all respects as if it had been called interactively. If REGEXP contains upper case characters (excluding those preceded by `\\') and `search-upper-case' is non-nil, the matching is case-sensitive.