summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-25 23:22:40 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-25 23:22:40 +0000
commitb4d6c21ceb8045d07dd7dced1c79133da93b6750 (patch)
treed85090fca67bb5deafbe68170cb3c5f9994caee9 /lispref
parent9c9aedc12e78d677a5d0afcf81723dd08dc982b4 (diff)
downloademacs-b4d6c21ceb8045d07dd7dced1c79133da93b6750.tar.gz
Fix minor error.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/loading.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi
index 633b25ff15a..1e6b5df8229 100644
--- a/lispref/loading.texi
+++ b/lispref/loading.texi
@@ -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.