# HG changeset patch # User Richard M. Stallman # Date 1193213784 0 # Node ID cb5e85ceffbe5c003ae3016b24fe200bb63f9647 # Parent 6d315e138cbec958c13b6b3cec6c321e020e5a07 (Related Topics): Add called-interactively-p. Fix xref. diff -r 6d315e138cbe -r cb5e85ceffbe lispref/functions.texi --- a/lispref/functions.texi Wed Oct 24 08:15:46 2007 +0000 +++ b/lispref/functions.texi Wed Oct 24 08:16:24 2007 +0000 @@ -1326,6 +1326,9 @@ @item call-interactively See @ref{Interactive Call}. +@item called-interactively-p +See @ref{Distinguish Interactive}. + @item commandp See @ref{Interactive Call}. @@ -1351,7 +1354,7 @@ See @ref{Using Interactive}. @item interactive-p -See @ref{Interactive Call}. +See @ref{Distinguish Interactive}. @item mapatoms See @ref{Creating Symbols}.