summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-10-22 11:11:01 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-10-22 11:11:01 +0000
commit3f2372cbcb23be0b0a0d4db73946eabcd22caaaa (patch)
tree1426ef21ab08b90221b26214f1352725b4a88011 /lisp/replace.el
parenta9b555d3d091f8a371c81ac565f0e40f59ba8743 (diff)
downloademacs-3f2372cbcb23be0b0a0d4db73946eabcd22caaaa.tar.gz
* replace.el (how-many): Fix typo in docstring.
Reported by Leo Liu <sdl.web@gmail.com>.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
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.