diff lispref/searching.texi @ 26783:626ae4bb4994

Fix makeinfo complaints.
author Dave Love <fx@gnu.org>
date Thu, 09 Dec 1999 18:22:56 +0000
parents 6119687f6888
children 7cc86d68ccf8
line wrap: on
line diff
--- a/lispref/searching.texi	Thu Dec 09 17:54:56 1999 +0000
+++ b/lispref/searching.texi	Thu Dec 09 18:22:56 1999 +0000
@@ -1003,7 +1003,7 @@
 with.  If it is a string, that string is used.  It can also be a list of
 strings, to be used in cyclic order.
 
-If @var{replacements} is a cons cell, @var{(@var{function}
+If @var{replacements} is a cons cell, @code{(@var{function}
 . @var{data})}, this means to call @var{function} after each match to
 get the replacement text.  This function is called with two arguments:
 @var{data}, and the number of replacements already made.