emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 cdca208: Fix note about interactive advice (Bug#3


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 cdca208: Fix note about interactive advice (Bug#32905)
Date: Tue, 2 Oct 2018 20:34:13 -0400 (EDT)

branch: emacs-26
commit cdca208932a1d7f81a31f858f5f9fa55760b8323
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Fix note about interactive advice (Bug#32905)
    
    * doc/lispref/functions.texi (Core Advising Primitives): Add missing
    ':', and finish the sentence fragment.
---
 doc/lispref/functions.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 93059e8..9b80570 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -1674,7 +1674,9 @@ Note: The interactive spec of @var{function} will apply 
to the combined
 function and should hence obey the calling convention of the combined function
 rather than that of @var{function}.  In many cases, it makes no difference
 since they are identical, but it does matter for @code{:around},
address@hidden:filter-args}, and @code{filter-return}, where @var{function}.
address@hidden:filter-args}, and @code{:filter-return}, where @var{function}
+receives different arguments than the original function stored in
address@hidden
 @end defmac
 
 @defmac remove-function place function



reply via email to

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