Mercurial > hg > xemacs-beta
comparison src/symbols.c @ 241:f955c73f5258 r20-5b19
Import from CVS: tag r20-5b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:16:16 +0200 |
parents | 41f2f0e326e9 |
children | 51092a27c943 |
comparison
equal
deleted
inserted
replaced
240:835e739f3c17 | 241:f955c73f5258 |
---|---|
443 return 0; | 443 return 0; |
444 } | 444 } |
445 | 445 |
446 DEFUN ("apropos-internal", Fapropos_internal, 1, 2, 0, /* | 446 DEFUN ("apropos-internal", Fapropos_internal, 1, 2, 0, /* |
447 Show all symbols whose names contain match for REGEXP. | 447 Show all symbols whose names contain match for REGEXP. |
448 If optional 2nd arg PREDICATE is non-nil, (funcall PRED SYM) is done | 448 If optional 2nd arg PREDICATE is non-nil, (funcall PREDICATE SYMBOL) |
449 for each symbol and a symbol is mentioned only if that returns non-nil. | 449 is done for each symbol and a symbol is mentioned only if that |
450 returns non-nil. | |
450 Return list of symbols found. | 451 Return list of symbols found. |
451 */ | 452 */ |
452 (regexp, predicate)) | 453 (regexp, predicate)) |
453 { | 454 { |
454 struct appropos_mapper_closure closure; | 455 struct appropos_mapper_closure closure; |