Mercurial > emacs
comparison doc/lispref/advice.texi @ 84116:0ba80d073e27
(setfilename): Go up one more level to ../../info.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Sep 2007 04:27:43 +0000 |
parents | 7b64ae300163 |
children | 5e5bea44b40c |
comparison
equal
deleted
inserted
replaced
84115:bf7b75608f40 | 84116:0ba80d073e27 |
---|---|
1 @c -*-texinfo-*- | 1 @c -*-texinfo-*- |
2 @c This is part of the GNU Emacs Lisp Reference Manual. | 2 @c This is part of the GNU Emacs Lisp Reference Manual. |
3 @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, | 3 @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, |
4 @c 2005, 2006, 2007 Free Software Foundation, Inc. | 4 @c 2005, 2006, 2007 Free Software Foundation, Inc. |
5 @c See the file elisp.texi for copying conditions. | 5 @c See the file elisp.texi for copying conditions. |
6 @setfilename ../info/advising | 6 @setfilename ../../info/advising |
7 @node Advising Functions, Debugging, Byte Compilation, Top | 7 @node Advising Functions, Debugging, Byte Compilation, Top |
8 @chapter Advising Emacs Lisp Functions | 8 @chapter Advising Emacs Lisp Functions |
9 @cindex advising functions | 9 @cindex advising functions |
10 | 10 |
11 The @dfn{advice} feature lets you add to the existing definition of | 11 The @dfn{advice} feature lets you add to the existing definition of |