comparison lispref/functions.texi @ 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 fba5b366a207
children a1e16e813aed
comparison
equal deleted inserted replaced
79195:6d315e138cbe 79196:cb5e85ceffbe
1324 See @ref{Autoload}. 1324 See @ref{Autoload}.
1325 1325
1326 @item call-interactively 1326 @item call-interactively
1327 See @ref{Interactive Call}. 1327 See @ref{Interactive Call}.
1328 1328
1329 @item called-interactively-p
1330 See @ref{Distinguish Interactive}.
1331
1329 @item commandp 1332 @item commandp
1330 See @ref{Interactive Call}. 1333 See @ref{Interactive Call}.
1331 1334
1332 @item documentation 1335 @item documentation
1333 See @ref{Accessing Documentation}. 1336 See @ref{Accessing Documentation}.
1349 1352
1350 @item interactive 1353 @item interactive
1351 See @ref{Using Interactive}. 1354 See @ref{Using Interactive}.
1352 1355
1353 @item interactive-p 1356 @item interactive-p
1354 See @ref{Interactive Call}. 1357 See @ref{Distinguish Interactive}.
1355 1358
1356 @item mapatoms 1359 @item mapatoms
1357 See @ref{Creating Symbols}. 1360 See @ref{Creating Symbols}.
1358 1361
1359 @item mapcar 1362 @item mapcar