diff options
-rw-r--r-- | make.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make.texinfo b/make.texinfo index 8b91ae7..f7e70f5 100644 --- a/make.texinfo +++ b/make.texinfo @@ -2633,7 +2633,7 @@ foo.c : foo.y @end example @noindent -@samp{foo.y} will substituted for the variable @samp{$^} when it occurs in +@samp{foo.y} will be substituted for the variable @samp{$^} when it occurs in @code{run-yacc}'s value, and @samp{foo.c} for @samp{$@@}.@refill This is a realistic example, but this particular one is not needed in |