diff options
| author | Eli Zaretskii | 2007-12-22 17:10:17 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-12-22 17:10:17 +0000 |
| commit | fae97ed8b8861e68394170f5a5a6938e14118cf0 (patch) | |
| tree | e7ae99443600c63d32aef0d0de521edb3720da68 /lisp/replace.el | |
| parent | 6f5d24524adc3a4388818d5e8a859b5c00ba7d2f (diff) | |
| download | emacs-fae97ed8b8861e68394170f5a5a6938e14118cf0.tar.gz emacs-fae97ed8b8861e68394170f5a5a6938e14118cf0.zip | |
(regexp-history): Add reference to `history-length' in the doc string.
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 ebee65b2f40..9134f6881cc 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -513,7 +513,10 @@ which will run faster and will not set the mark or print anything." | |||
| 513 | 513 | ||
| 514 | 514 | ||
| 515 | (defvar regexp-history nil | 515 | (defvar regexp-history nil |
| 516 | "History list for some commands that read regular expressions.") | 516 | "History list for some commands that read regular expressions. |
| 517 | |||
| 518 | Maximum length of the history list is determined by the value | ||
| 519 | of `history-length', which see.") | ||
| 517 | 520 | ||
| 518 | 521 | ||
| 519 | (defalias 'delete-non-matching-lines 'keep-lines) | 522 | (defalias 'delete-non-matching-lines 'keep-lines) |