X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f76840f36cf60feecaf21d55d24ace948800fef7..7cb709744177ca951a349fcbd9cc71963b637c91:/doc/lispref/advice.texi diff --git a/doc/lispref/advice.texi b/doc/lispref/advice.texi index 7eb89d7bd4..35cb4eb338 100644 --- a/doc/lispref/advice.texi +++ b/doc/lispref/advice.texi @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, -@c 2005, 2006, 2007 Free Software Foundation, Inc. +@c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../../info/advising @node Advising Functions, Debugging, Byte Compilation, Top @@ -448,7 +448,7 @@ that results from activating advice for a function. A value of @code{always} specifies to compile unconditionally. A value of @code{never} specifies never compile the advice. -A value of @code{maybe} specifies to compile if the byte-compiler is +A value of @code{maybe} specifies to compile if the byte compiler is already loaded. A value of @code{like-original} specifies to compile the advice if the original definition of the advised function is compiled or a built-in function. @@ -545,11 +545,11 @@ work properly, because of a mismatch. Activation of the advised function takes longer than usual. @item -The byte-compiler gets +The byte compiler gets loaded while an advised function gets activated. @item @code{byte-compile} is included in the value of @code{features} even -though you did not ever explicitly use the byte-compiler. +though you did not ever explicitly use the byte compiler. @end itemize Compiled preactivated advice works properly even if the function itself