X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Feval.texi;h=d9dbfe101575bca1704305844d92bce009dd6cbd;hb=6ffb60737f3b5dd42721c167cdf2acf3a3d79af6;hp=3b378cde140a898b2b3ae351e712a1b2f86df4f0;hpb=40402600969429d5253e62c6314a3eebbb21f027;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}).