]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix note about interactive advice (Bug#32905)
authorNoam Postavsky <npostavs@gmail.com>
Tue, 2 Oct 2018 23:56:43 +0000 (19:56 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 3 Oct 2018 00:07:40 +0000 (20:07 -0400)
* doc/lispref/functions.texi (Core Advising Primitives): Add missing
':', and finish the sentence fragment.

doc/lispref/functions.texi

index 93059e8e3a6bf81eb1c7fa9de6e8491cca096ef1..9b8057080ea3d2ad6366b8ecfd9e082cbda9cdc7 100644 (file)
@@ -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