diff options
| author | Lute Kamstra | 2005-02-14 11:18:45 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-02-14 11:18:45 +0000 |
| commit | 2ca28c0513a56a3b42348580abc5f3b9722ba50d (patch) | |
| tree | 819b756e126ccdc6295e62455901b3b16eb4c0ec | |
| parent | 2dbccf96d196fe4a951dc9cb3efcf060320448ef (diff) | |
| download | emacs-2ca28c0513a56a3b42348580abc5f3b9722ba50d.tar.gz emacs-2ca28c0513a56a3b42348580abc5f3b9722ba50d.zip | |
(Where Defined): Fix typo.
| -rw-r--r-- | lispref/loading.texi | 4 |
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 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, |
| 4 | @c 2003, 2004 | 4 | @c 2003, 2004, 2005 |
| 5 | @c Free Software Foundation, Inc. | 5 | @c Free Software Foundation, Inc. |
| 6 | @c See the file elisp.texi for copying conditions. | 6 | @c See the file elisp.texi for copying conditions. |
| 7 | @setfilename ../info/loading | 7 | @setfilename ../info/loading |
| @@ -754,7 +754,7 @@ The function @var{fun} was defined. | |||
| 754 | @item (t . @var{fun}) | 754 | @item (t . @var{fun}) |
| 755 | The function @var{fun} was previously an autoload before this library | 755 | The function @var{fun} was previously an autoload before this library |
| 756 | redefined it as a function. The following element is always | 756 | redefined it as a function. The following element is always |
| 757 | @code{(defun . @var{fun}), which represents defining @var{fun} as a | 757 | @code{(defun . @var{fun})}, which represents defining @var{fun} as a |
| 758 | function. | 758 | function. |
| 759 | @item (autoload . @var{fun}) | 759 | @item (autoload . @var{fun}) |
| 760 | The function @var{fun} was defined as an autoload. | 760 | The function @var{fun} was defined as an autoload. |