aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/search.texi4
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
1726context are to be displayed before and after each matching line. 1726context are to be displayed before and after each matching line.
1727The default number of context lines is specified by the variable 1727The 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}.
1729When @code{list-matching-lines-jump-to-current-line} is non-nil,
1730the current line is shown highlighted with face
1731@code{list-matching-lines-current-line-face} and the point is set
1732at the first match after such line.
1729 1733
1730You can also run @kbd{M-s o} when an incremental search is active; 1734You can also run @kbd{M-s o} when an incremental search is active;
1731this uses the current search string. 1735this uses the current search string.