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: Mon, 27 Dec 2004 12:19:32 -0500

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.50 emacs/lispref/loading.texi:1.51
*** emacs/lispref/loading.texi:1.50     Mon Dec 27 16:52:33 2004
--- emacs/lispref/loading.texi  Mon Dec 27 16:58:58 2004
***************
*** 36,51 ****
  containing Lisp code.
  
  @menu
! * How Programs Do Loading::     The @code{load} function and others.
! * Library Search::              Finding a library to load.
! * Loading Non-ASCII::           address@hidden characters in Emacs Lisp files.
! * Autoload::                    Setting up a function to autoload.
! * Repeated Loading::            Precautions about loading a file twice.
! * Named Features::              Loading a library if it isn't already loaded.
! * Where Defined::               Finding which file defined a certain symbol.
! * Unloading::                 How to ``unload'' a library that was loaded.
! * Hooks for Loading::         Providing code to be run when
!                                 particular libraries are loaded.
  @end menu
  
  @node How Programs Do Loading
--- 36,51 ----
  containing Lisp code.
  
  @menu
! * How Programs Do Loading:: The @code{load} function and others.
! * Library Search::          Finding a library to load.
! * Loading Non-ASCII::       address@hidden characters in Emacs Lisp files.
! * Autoload::                Setting up a function to autoload.
! * Repeated Loading::        Precautions about loading a file twice.
! * Named Features::          Loading a library if it isn't already loaded.
! * Where Defined::           Finding which file defined a certain symbol.
! * Unloading::               to ``unload'' a library that was loaded.
! * Hooks for Loading::     Providing code to be run when
!                             particular libraries are loaded.
  @end menu
  
  @node How Programs Do Loading




reply via email to

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