Mercurial > emacs
changeset 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 | 06856faf917a |
children | beb683fb5b7b |
files | lisp/ChangeLog lisp/replace.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 22 09:33:30 2008 +0000 +++ b/lisp/ChangeLog Wed Oct 22 11:11:01 2008 +0000 @@ -1,3 +1,8 @@ +2008-10-22 Juanma Barranquero <lekktu@gmail.com> + + * replace.el (how-many): Fix typo in docstring. + Reported by Leo <sdl.web@gmail.com>. + 2008-10-22 Glenn Morris <rgm@gnu.org> * international/mule-cmds.el (universal-coding-system-argument):
--- 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.