summaryrefslogtreecommitdiff
path: root/lispref/loading.texi
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
commit0f87d8d925a4e760493c62f961e734dd787acd8e (patch)
tree665af5df59f0168ed00c1f116e9c90da6367c96d /lispref/loading.texi
parenta0151877d7292ee1dc2305b5748090fc59faeda5 (diff)
downloademacs-0f87d8d925a4e760493c62f961e734dd787acd8e.tar.gz
Fix minor error.
Diffstat (limited to 'lispref/loading.texi')
-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.