diff options
Diffstat (limited to 'lispref/advice.texi')
-rw-r--r-- | lispref/advice.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/advice.texi b/lispref/advice.texi index 3221753a1fc..cb877efe310 100644 --- a/lispref/advice.texi +++ b/lispref/advice.texi @@ -1,6 +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 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,7 +726,7 @@ The body forms of the various advice in each class are assembled 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 +The innermost part of the around advice onion is @display apply original definition to @var{arglist} |