aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2018-10-02 19:56:43 -0400
committerNoam Postavsky2018-10-02 20:07:40 -0400
commitcdca208932a1d7f81a31f858f5f9fa55760b8323 (patch)
tree0b5be2b5e214a7461bd3149e6f692603be85017b
parent508c40ef1dd625b9c9a58c863995ed241f4a5184 (diff)
downloademacs-cdca208932a1d7f81a31f858f5f9fa55760b8323.tar.gz
emacs-cdca208932a1d7f81a31f858f5f9fa55760b8323.zip
Fix note about interactive advice (Bug#32905)
* doc/lispref/functions.texi (Core Advising Primitives): Add missing ':', and finish the sentence fragment.
-rw-r--r--doc/lispref/functions.texi4
1 files changed, 3 insertions, 1 deletions
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
1674function and should hence obey the calling convention of the combined function 1674function and should hence obey the calling convention of the combined function
1675rather than that of @var{function}. In many cases, it makes no difference 1675rather than that of @var{function}. In many cases, it makes no difference
1676since they are identical, but it does matter for @code{:around}, 1676since they are identical, but it does matter for @code{:around},
1677@code{:filter-args}, and @code{filter-return}, where @var{function}. 1677@code{:filter-args}, and @code{:filter-return}, where @var{function}
1678receives different arguments than the original function stored in
1679@var{place}.
1678@end defmac 1680@end defmac
1679 1681
1680@defmac remove-function place function 1682@defmac remove-function place function