changeset 60052:cfd3265fdbc5

(Where Defined): Fix typo.
author Lute Kamstra <lute@gnu.org>
date Mon, 14 Feb 2005 11:18:45 +0000
parents 633a88be8d47
children ce7d7b779c21
files lispref/loading.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/loading.texi	Mon Feb 14 10:47:09 2005 +0000
+++ b/lispref/loading.texi	Mon Feb 14 11:18:45 2005 +0000
@@ -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 @@
 @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.