Mercurial > hg > xemacs-beta
comparison lisp/occur.el @ 3112:42f7d9eb33a4
[xemacs-hg @ 2005-11-29 12:33:46 by malcolmp]
occur.el: Add autoload cookie for list-matching-lines.
author | malcolmp |
---|---|
date | Tue, 29 Nov 2005 12:33:47 +0000 |
parents | 1e7cc382eb16 |
children | b593e47979a5 |
comparison
equal
deleted
inserted
replaced
3111:e1bc252950d9 | 3112:42f7d9eb33a4 |
---|---|
220 A negative number means to include that many lines before the match. | 220 A negative number means to include that many lines before the match. |
221 A positive number means to include that many lines both before and after." | 221 A positive number means to include that many lines both before and after." |
222 :type 'integer | 222 :type 'integer |
223 :group 'matching) | 223 :group 'matching) |
224 | 224 |
225 ;;;###autoload | |
225 (defalias 'list-matching-lines 'occur) | 226 (defalias 'list-matching-lines 'occur) |
226 | 227 |
227 (defcustom list-matching-lines-face 'match | 228 (defcustom list-matching-lines-face 'match |
228 "*Face used by \\[list-matching-lines] to show the text that matches. | 229 "*Face used by \\[list-matching-lines] to show the text that matches. |
229 If the value is nil, don't highlight the matching portions specially." | 230 If the value is nil, don't highlight the matching portions specially." |