aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
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."
703 "Print and return number of matches for REGEXP following point. 703 "Print and return number of matches for REGEXP following point.
704When called from Lisp and INTERACTIVE is omitted or nil, just return 704When called from Lisp and INTERACTIVE is omitted or nil, just return
705the number, do not print it; if INTERACTIVE is t, the function behaves 705the number, do not print it; if INTERACTIVE is t, the function behaves
706in all respects has if it had been called interactively. 706in all respects as if it had been called interactively.
707 707
708If REGEXP contains upper case characters (excluding those preceded by `\\') 708If REGEXP contains upper case characters (excluding those preceded by `\\')
709and `search-upper-case' is non-nil, the matching is case-sensitive. 709and `search-upper-case' is non-nil, the matching is case-sensitive.