diff lispref/loading.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 584aca98f911
line wrap: on
line diff
--- a/lispref/loading.texi	Fri Sep 26 07:26:11 2003 +0000
+++ b/lispref/loading.texi	Fri Sep 26 10:00:24 2003 +0000
@@ -148,9 +148,9 @@
 Normally, the variable's value is @code{nil}, which means those
 functions should use @code{read}.
 
-@strong{Note:} Instead of using this variable, it is cleaner to use
-another, newer feature: to pass the function as the @var{read-function}
-argument to @code{eval-region}.  @xref{Eval}.
+Instead of using this variable, it is cleaner to use another, newer
+feature: to pass the function as the @var{read-function} argument to
+@code{eval-region}.  @xref{Eval}.
 @end defvar
 
   For information about how @code{load} is used in building Emacs, see