X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Feval.texi;fp=man%2Flispref%2Feval.texi;h=d9dbfe101575bca1704305844d92bce009dd6cbd;hb=ee38d21b330f5001b47a577cefb5ba7b82a3b7d3;hp=3b378cde140a898b2b3ae351e712a1b2f86df4f0;hpb=79d2db7d65205bc85d471590726d0cf3af5598e0;p=chise%2Fxemacs-chise.git- diff --git a/man/lispref/eval.texi b/man/lispref/eval.texi index 3b378cd..d9dbfe1 100644 --- a/man/lispref/eval.texi +++ b/man/lispref/eval.texi @@ -74,7 +74,7 @@ recursively, so that its value can be passed as an argument to the function @code{car}. Evaluation of a function call ultimately calls the function specified -in it. @xref{Functions}. The execution of the function may itself work +in it. @xref{Functions and Commands}. The execution of the function may itself work by evaluating the function definition; or the function may be a Lisp primitive implemented in C, or it may be a byte-compiled function (@pxref{Byte Compilation}).