]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix minor error.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Sep 1995 23:22:40 +0000 (23:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Sep 1995 23:22:40 +0000 (23:22 +0000)
lispref/loading.texi

index 633b25ff15afa9512e8b367ef9aac9302311eb28..1e6b5df82293334c1dcd7853a3f8027b972b61b5 100644 (file)
@@ -315,7 +315,7 @@ autoloads for all files in the current directory.
 @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.