diff options
| author | Ken Raeburn | 2017-07-31 01:13:53 -0400 |
|---|---|---|
| committer | Ken Raeburn | 2017-07-31 01:13:53 -0400 |
| commit | 13f3370400031e2ac1c9be0932f411370fc6984e (patch) | |
| tree | 06f349b2b0f1cda9e36f7c4390d9d2d9bf49303c /lisp/replace.el | |
| parent | cd0966b33c1fe975520e85e0e7af82c09e4754dc (diff) | |
| parent | dcfcaf40d577808d640016c886d4fae7280a7fd5 (diff) | |
| download | emacs-scratch/raeburn-startup.tar.gz emacs-scratch/raeburn-startup.zip | |
; Merge from branch 'master'scratch/raeburn-startup
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 64dfe7da22d..a5024943e64 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1395,6 +1395,11 @@ invoke `occur'." | |||
| 1395 | "Show all lines in the current buffer containing a match for REGEXP. | 1395 | "Show all lines in the current buffer containing a match for REGEXP. |
| 1396 | If a match spreads across multiple lines, all those lines are shown. | 1396 | If a match spreads across multiple lines, all those lines are shown. |
| 1397 | 1397 | ||
| 1398 | Each match is extended to include complete lines. Only non-overlapping | ||
| 1399 | matches are considered. (Note that extending matches to complete | ||
| 1400 | lines could cause some of the matches to overlap; if so, they will not | ||
| 1401 | be shown as separate matches.) | ||
| 1402 | |||
| 1398 | Each line is displayed with NLINES lines before and after, or -NLINES | 1403 | Each line is displayed with NLINES lines before and after, or -NLINES |
| 1399 | before if NLINES is negative. | 1404 | before if NLINES is negative. |
| 1400 | NLINES defaults to `list-matching-lines-default-context-lines'. | 1405 | NLINES defaults to `list-matching-lines-default-context-lines'. |