# HG changeset patch # User Lute Kamstra # Date 1108379925 0 # Node ID cfd3265fdbc5691e660afbfd8bbcfec1e068b59a # Parent 633a88be8d47fd8977ff8d5a4ccb86bdccbe94d7 (Where Defined): Fix typo. diff -r 633a88be8d47 -r cfd3265fdbc5 lispref/loading.texi --- 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.