; Mention flush-lines in kill-matching-lines docstring

* lisp/replace.el (kill-matching-lines): Add cross-reference to
flush-lines.
This commit is contained in:
Stefan Kangas 2022-12-09 11:05:34 +01:00
parent f5c3585e4d
commit c2aea9d132

View file

@ -1101,7 +1101,10 @@ Hence, a match starting on the same line at which another match
ended is ignored.
Return the number of killed matching lines. When called
interactively, also print the number."
interactively, also print the number.
If you merely want to delete the lines, without adding them to
the kill ring, the \\[flush-lines] command is faster."
(interactive
(progn
(barf-if-buffer-read-only)