diff 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
line wrap: on
line diff
--- a/src/symbols.c	Mon Aug 13 10:15:49 2007 +0200
+++ b/src/symbols.c	Mon Aug 13 10:16:16 2007 +0200
@@ -445,8 +445,9 @@
 
 DEFUN ("apropos-internal", Fapropos_internal, 1, 2, 0, /*
 Show all symbols whose names contain match for REGEXP.
-If optional 2nd arg PREDICATE is non-nil, (funcall PRED SYM) is done
-for each symbol and a symbol is mentioned only if that returns non-nil.
+If optional 2nd arg PREDICATE is non-nil, (funcall PREDICATE SYMBOL)
+ is done for each symbol and a symbol is mentioned only if that
+ returns non-nil.
 Return list of symbols found.
 */
        (regexp, predicate))