diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-09-26 10:01:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-09-26 10:01:42 +0000 |
commit | 6142d1d06cbc870f82591f85eaa908541d9bb4f9 (patch) | |
tree | 047be6d980befbee6b8af5b1ba1ab6537c008c15 /lispref/loading.texi | |
parent | 7ae39109ac1df74e7e7c3fd951285ded153ddaf7 (diff) | |
download | emacs-6142d1d06cbc870f82591f85eaa908541d9bb4f9.tar.gz |
Avoid @strong{Note:}.
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r-- | lispref/loading.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index 752f0bcf7a4..71ae09284a8 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -148,9 +148,9 @@ The function should accept one argument, just as @code{read} does. 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 |