elisp: Related Topics

 
 12.17 Other Topics Related to Functions
 =======================================
 
 Here is a table of several functions that do things related to function
 calling and function definitions.  They are documented elsewhere, but we
 provide cross references here.
 
 ‘apply’
      See SeeCalling Functions.
 
 ‘autoload’
      See SeeAutoload.
 
 ‘call-interactively’
      See SeeInteractive Call.
 
 ‘called-interactively-p’
      See SeeDistinguish Interactive.
 
 ‘commandp’
      See SeeInteractive Call.
 
 ‘documentation’
      See SeeAccessing Documentation.
 
 ‘eval’
      See SeeEval.
 
 ‘funcall’
      See SeeCalling Functions.
 
 ‘function’
      See SeeAnonymous Functions.
 
 ‘ignore’
      See SeeCalling Functions.
 
 ‘indirect-function’
      See SeeFunction Indirection.
 
 ‘interactive’
      See SeeUsing Interactive.
 
 ‘interactive-p’
      See SeeDistinguish Interactive.
 
 ‘mapatoms’
      See SeeCreating Symbols.
 
 ‘mapcar’
      See SeeMapping Functions.
 
 ‘map-char-table’
      See SeeChar-Tables.
 
 ‘mapconcat’
      See SeeMapping Functions.
 
 ‘undefined’
      See SeeFunctions for Key Lookup.