diff lispref/eval.texi @ 52626:fe75563f4d13

Avoid @strong{Note:}.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Sep 2003 10:00:24 +0000
parents 695cf19ef79e
children 66f89280d7be
line wrap: on
line diff
--- a/lispref/eval.texi	Fri Sep 26 07:26:11 2003 +0000
+++ b/lispref/eval.texi	Fri Sep 26 10:00:24 2003 +0000
@@ -588,11 +588,11 @@
 specify limits to the evaluation process, or record recently returned
 values.  Loading a file also does evaluation (@pxref{Loading}).
 
-  @strong{Note:} it is generally cleaner and more flexible to store a
-function in a data structure, and call it with @code{funcall} or
-@code{apply}, than to store an expression in the data structure and
-evaluate it.  Using functions provides the ability to pass information
-to them as arguments.
+  It is generally cleaner and more flexible to store a function in a
+data structure, and call it with @code{funcall} or @code{apply}, than
+to store an expression in the data structure and evaluate it.  Using
+functions provides the ability to pass information to them as
+arguments.
 
 @defun eval form
 This is the basic function evaluating an expression.  It evaluates