diff man/lispref/eval.texi @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents 376386a54a3c
children 8bec6624d99b
line wrap: on
line diff
--- a/man/lispref/eval.texi	Mon Aug 13 10:38:47 2007 +0200
+++ b/man/lispref/eval.texi	Mon Aug 13 10:39:40 2007 +0200
@@ -109,7 +109,7 @@
 after reading a form from text being edited or getting one from a
 property list.  On these occasions, use the @code{eval} function.
 
-  @strong{Note:} it is generally cleaner and more flexible to call
+  @strong{Please note:} it is generally cleaner and more flexible to call
 functions that are stored in data structures, rather than to evaluate
 expressions stored in data structures.  Using functions provides the
 ability to pass information to them as arguments.