diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 8bd3bec20a0..b76c64085c2 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -519,7 +519,10 @@ which will run faster and will not set the mark or print anything." | |||
| 519 | 519 | ||
| 520 | 520 | ||
| 521 | (defvar regexp-history nil | 521 | (defvar regexp-history nil |
| 522 | "History list for some commands that read regular expressions.") | 522 | "History list for some commands that read regular expressions. |
| 523 | |||
| 524 | Maximum length of the history list is determined by the value | ||
| 525 | of `history-length', which see.") | ||
| 523 | 526 | ||
| 524 | 527 | ||
| 525 | (defalias 'delete-non-matching-lines 'keep-lines) | 528 | (defalias 'delete-non-matching-lines 'keep-lines) |