emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/advice.texi
Date: Fri, 04 Apr 2003 01:23:19 -0500

Index: emacs/lispref/advice.texi
diff -c emacs/lispref/advice.texi:1.13 emacs/lispref/advice.texi:1.14
*** emacs/lispref/advice.texi:1.13      Mon Sep 10 01:01:06 2001
--- emacs/lispref/advice.texi   Tue Feb  4 09:47:52 2003
***************
*** 1,6 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1998, 1999 Free Software Foundation, Inc. 
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/advising
  @node Advising Functions, Debugging, Byte Compilation, Top
--- 1,6 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1998, 1999 Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/advising
  @node Advising Functions, Debugging, Byte Compilation, Top
***************
*** 726,732 ****
  according to their specified order.  The forms of around-advice @var{l}
  are included in one of the forms of around-advice @var{l} @minus{} 1.
  
! The innermost part of the around advice onion is 
  
  @display
  apply original definition to @var{arglist}
--- 726,732 ----
  according to their specified order.  The forms of around-advice @var{l}
  are included in one of the forms of around-advice @var{l} @minus{} 1.
  
! The innermost part of the around advice onion is
  
  @display
  apply original definition to @var{arglist}




reply via email to

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