Mercurial > emacs
changeset 79196:cb5e85ceffbe
(Related Topics): Add called-interactively-p. Fix xref.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 24 Oct 2007 08:16:24 +0000 |
parents | 6d315e138cbe |
children | 05ea1c83f761 |
files | lispref/functions.texi |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}.