diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-10-24 08:16:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-10-24 08:16:24 +0000 |
commit | 39dc0d57c2940a3a0ac21590827835a1b196713e (patch) | |
tree | 4c583d79124e3891fda4ae7b93df69617e041f29 | |
parent | 56353e47e78ef18b346793a8c4464a66f076d66c (diff) | |
download | emacs-39dc0d57c2940a3a0ac21590827835a1b196713e.tar.gz |
(Related Topics): Add called-interactively-p. Fix xref.
-rw-r--r-- | lispref/functions.texi | 5 |
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}. |