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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi
Date: Fri, 04 Apr 2003 01:23:23 -0500

Index: emacs/lispref/loading.texi
diff -c emacs/lispref/loading.texi:1.37 emacs/lispref/loading.texi:1.38
*** emacs/lispref/loading.texi:1.37     Sat Dec  7 17:37:02 2002
--- emacs/lispref/loading.texi  Tue Feb  4 09:47:54 2003
***************
*** 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   Free Software Foundation, Inc. 
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/loading
  @node Loading, Byte Compilation, Customization, Top
--- 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   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/loading
  @node Loading, Byte Compilation, Customization, Top
***************
*** 391,397 ****
  (autoload @var{filename} @var{docstring} @var{interactive} @var{type})
  @end example
  
! For example, 
  
  @example
  @group
--- 391,397 ----
  (autoload @var{filename} @var{docstring} @var{interactive} @var{type})
  @end example
  
! For example,
  
  @example
  @group
***************
*** 580,586 ****
  @code{features}; if it fails to do so, @code{require} signals an error.
  @cindex load error with require
  
!   For example, in @file{emacs/lisp/prolog.el}, 
  the definition for @code{run-prolog} includes the following code:
  
  @smallexample
--- 580,586 ----
  @code{features}; if it fails to do so, @code{require} signals an error.
  @cindex load error with require
  
!   For example, in @file{emacs/lisp/prolog.el},
  the definition for @code{run-prolog} includes the following code:
  
  @smallexample




reply via email to

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