From: Richard M. Stallman Date: Wed, 24 Oct 2007 08:16:24 +0000 (+0000) Subject: (Related Topics): Add called-interactively-p. Fix xref. X-Git-Tag: emacs-pretest-22.1.90~525 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39dc0d57c2940a3a0ac21590827835a1b196713e;p=emacs.git (Related Topics): Add called-interactively-p. Fix xref. --- diff --git a/lispref/functions.texi b/lispref/functions.texi index eedfa8c124f..58ef8756de0 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi @@ -1326,6 +1326,9 @@ See @ref{Autoload}. @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{Function Indirection}. See @ref{Using Interactive}. @item interactive-p -See @ref{Interactive Call}. +See @ref{Distinguish Interactive}. @item mapatoms See @ref{Creating Symbols}.