diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/search.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 2a67619678b..a6cb1a4c9f5 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -1726,6 +1726,10 @@ face. A numeric argument @var{n} specifies that @var{n} lines of | |||
| 1726 | context are to be displayed before and after each matching line. | 1726 | context are to be displayed before and after each matching line. |
| 1727 | The default number of context lines is specified by the variable | 1727 | The default number of context lines is specified by the variable |
| 1728 | @code{list-matching-lines-default-context-lines}. | 1728 | @code{list-matching-lines-default-context-lines}. |
| 1729 | When @code{list-matching-lines-jump-to-current-line} is non-nil, | ||
| 1730 | the current line is shown highlighted with face | ||
| 1731 | @code{list-matching-lines-current-line-face} and the point is set | ||
| 1732 | at the first match after such line. | ||
| 1729 | 1733 | ||
| 1730 | You can also run @kbd{M-s o} when an incremental search is active; | 1734 | You can also run @kbd{M-s o} when an incremental search is active; |
| 1731 | this uses the current search string. | 1735 | this uses the current search string. |