summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-10-24 08:16:24 +0000
committerRichard M. Stallman <rms@gnu.org>2007-10-24 08:16:24 +0000
commit39dc0d57c2940a3a0ac21590827835a1b196713e (patch)
tree4c583d79124e3891fda4ae7b93df69617e041f29
parent56353e47e78ef18b346793a8c4464a66f076d66c (diff)
downloademacs-39dc0d57c2940a3a0ac21590827835a1b196713e.tar.gz
(Related Topics): Add called-interactively-p. Fix xref.
-rw-r--r--lispref/functions.texi5
1 files changed, 4 insertions, 1 deletions
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}.