Mercurial > emacs
diff lisp/replace.el @ 99025:1a60a0445cab
* replace.el (how-many): Fix typo in docstring.
Reported by Leo <sdl.web@gmail.com>.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 22 Oct 2008 11:11:01 +0000 |
| parents | f989303f1963 |
| children | d42aff5ca541 |
line wrap: on
line diff
--- a/lisp/replace.el Wed Oct 22 09:33:30 2008 +0000 +++ b/lisp/replace.el Wed Oct 22 11:11:01 2008 +0000 @@ -703,7 +703,7 @@ "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.
