summaryrefslogtreecommitdiff
path: root/lispref/loading.texi
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-02-14 11:18:45 +0000
committerLute Kamstra <lute@gnu.org>2005-02-14 11:18:45 +0000
commit2ca28c0513a56a3b42348580abc5f3b9722ba50d (patch)
tree819b756e126ccdc6295e62455901b3b16eb4c0ec /lispref/loading.texi
parent2dbccf96d196fe4a951dc9cb3efcf060320448ef (diff)
downloademacs-2ca28c0513a56a3b42348580abc5f3b9722ba50d.tar.gz
(Where Defined): Fix typo.
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r--lispref/loading.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi
index ecd08868495..e12826af2f8 100644
--- a/lispref/loading.texi
+++ b/lispref/loading.texi
@@ -1,7 +1,7 @@
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
-@c 2003, 2004
+@c 2003, 2004, 2005
@c Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../info/loading
@@ -754,7 +754,7 @@ The function @var{fun} was defined.
@item (t . @var{fun})
The function @var{fun} was previously an autoload before this library
redefined it as a function. The following element is always
-@code{(defun . @var{fun}), which represents defining @var{fun} as a
+@code{(defun . @var{fun})}, which represents defining @var{fun} as a
function.
@item (autoload . @var{fun})
The function @var{fun} was defined as an autoload.