emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/loading.texi


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi
Date: Mon, 14 Feb 2005 06:18:45 -0500

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.53 emacs/lispref/loading.texi:1.54
*** emacs/lispref/loading.texi:1.53     Mon Feb 14 10:16:24 2005
--- emacs/lispref/loading.texi  Mon Feb 14 11:18:45 2005
***************
*** 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   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/loading
--- 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, 2005
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/loading
***************
*** 754,760 ****
  @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
  function.
  @item (autoload . @var{fun})
  The function @var{fun} was defined as an autoload.
--- 754,760 ----
  @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
  function.
  @item (autoload . @var{fun})
  The function @var{fun} was defined as an autoload.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]