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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi
Date: Fri, 21 Oct 2005 13:25:24 -0400

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.57 emacs/lispref/loading.texi:1.58
*** emacs/lispref/loading.texi:1.57     Wed Aug 10 14:29:00 2005
--- emacs/lispref/loading.texi  Fri Oct 21 17:25:23 2005
***************
*** 736,758 ****
  acceptable.  If @var{type} is @code{defun} or @code{defvar}, that
  specifies function definition only or variable definition only.
  
! The value is the file name as it was specified to @code{load}:
! either an absolute file name, or a library name
! (with no directory name and no @samp{.el} or @samp{.elc} at the end).
! It can also be @code{nil}, if the definition is not associated with any file.
  @end defun
  
    The basis for @code{symbol-file} is the data in the variable
  @code{load-history}.
  
  @defvar load-history
! This variable's value is an alist connecting library names with the
  names of functions and variables they define, the features they provide,
  and the features they require.
  
  Each element is a list and describes one library.  The @sc{car} of the
! list is the name of the library, as a string.  The rest of the list
! elements have these forms:
  
  @table @code
  @item @var{var}
--- 736,756 ----
  acceptable.  If @var{type} is @code{defun} or @code{defvar}, that
  specifies function definition only or variable definition only.
  
! The value is normally an absolute file name.  It can also be
! @code{nil}, if the definition is not associated with any file.
  @end defun
  
    The basis for @code{symbol-file} is the data in the variable
  @code{load-history}.
  
  @defvar load-history
! This variable's value is an alist connecting library file names with the
  names of functions and variables they define, the features they provide,
  and the features they require.
  
  Each element is a list and describes one library.  The @sc{car} of the
! list is the absolute file name of the library, as a string.  The rest
! of the list elements have these forms:
  
  @table @code
  @item @var{var}




reply via email to

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