]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/functions.texi
Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ru
[gnu-emacs] / doc / lispref / functions.texi
index 019c75ba021a5629d58242f17246c3aa129c0ee1..91fdcc63cbe6318ad06cc998881edbf9ba03c730 100644 (file)
@@ -1209,7 +1209,7 @@ ways to do it.  The added function is also called an @emph{advice}.
 @menu
 * Core Advising Primitives::    Primitives to manipulate advice.
 * Advising Named Functions::    Advising named functions.
-* Advice combinators::          Ways to compose advices.
+* Advice combinators::          Ways to compose advice.
 * Porting old advices::         Adapting code using the old defadvice.
 @end menu
 
@@ -1743,6 +1743,10 @@ Indent calls to this function or macro according to @var{indent-spec}.
 This is typically used for macros, though it works for functions too.
 @xref{Indenting Macros}.
 
+@item (interactive-only @var{value})
+Set the function's @code{interactive-only} property to @var{value}.
+@xref{The interactive-only property}.
+
 @item (obsolete @var{current-name} @var{when})
 Mark the function or macro as obsolete, similar to a call to
 @code{make-obsolete} (@pxref{Obsolete Functions}).  @var{current-name}