1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* replace.el (how-many): Fix typo in docstring.

Reported by Leo Liu <sdl.web@gmail.com>.
This commit is contained in:
Juanma Barranquero 2008-10-22 11:11:01 +00:00
parent a9b555d3d0
commit 3f2372cbcb
2 changed files with 6 additions and 1 deletions

View file

@ -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):

View file

@ -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.