From 2ca28c0513a56a3b42348580abc5f3b9722ba50d Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Mon, 14 Feb 2005 11:18:45 +0000 Subject: [PATCH] (Where Defined): Fix typo. --- lispref/loading.texi | 4 ++-- 1 file 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. -- 2.11.4.GIT