From: Noam Postavsky Date: Tue, 2 Oct 2018 23:56:43 +0000 (-0400) Subject: Fix note about interactive advice (Bug#32905) X-Git-Tag: emacs-26.1.90~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdca208932a1d7f81a31f858f5f9fa55760b8323;p=emacs.git Fix note about interactive advice (Bug#32905) * doc/lispref/functions.texi (Core Advising Primitives): Add missing ':', and finish the sentence fragment. --- diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 93059e8e3a6..9b8057080ea 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}, -@code{:filter-args}, and @code{filter-return}, where @var{function}. +@code{:filter-args}, and @code{:filter-return}, where @var{function} +receives different arguments than the original function stored in +@var{place}. @end defmac @defmac remove-function place function