From 3f2372cbcb23be0b0a0d4db73946eabcd22caaaa Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 22 Oct 2008 11:11:01 +0000 Subject: [PATCH] * replace.el (how-many): Fix typo in docstring. Reported by Leo Liu . --- lisp/ChangeLog | 5 +++++ lisp/replace.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. -- 2.39.5