diff lispref/loading.texi @ 13087:226c90611902

Fix minor error.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Sep 1995 23:22:40 +0000
parents 49a48bf414c7
children 039b338d9656
line wrap: on
line diff
--- a/lispref/loading.texi	Mon Sep 25 22:15:11 1995 +0000
+++ b/lispref/loading.texi	Mon Sep 25 23:22:40 1995 +0000
@@ -315,7 +315,7 @@
 @file{loaddefs.el}.  If the form following the magic comment is not a
 function definition, it is copied verbatim.  You can also use a magic
 comment to execute a form at build time @emph{without} executing it when
-the file itself is loaded.  To do this, write the form @dfn{on the same
+the file itself is loaded.  To do this, write the form @emph{on the same
 line} as the magic comment.  Since it is in a comment, it does nothing
 when you load the source file; but @code{update-file-autoloads} copies
 it to @file{loaddefs.el}, where it is executed while building Emacs.