diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
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. |
| 704 | When called from Lisp and INTERACTIVE is omitted or nil, just return | 704 | When called from Lisp and INTERACTIVE is omitted or nil, just return |
| 705 | the number, do not print it; if INTERACTIVE is t, the function behaves | 705 | the number, do not print it; if INTERACTIVE is t, the function behaves |
| 706 | in all respects has if it had been called interactively. | 706 | in all respects as if it had been called interactively. |
| 707 | 707 | ||
| 708 | If REGEXP contains upper case characters (excluding those preceded by `\\') | 708 | If REGEXP contains upper case characters (excluding those preceded by `\\') |
| 709 | and `search-upper-case' is non-nil, the matching is case-sensitive. | 709 | and `search-upper-case' is non-nil, the matching is case-sensitive. |