diff options
Diffstat (limited to 'devdocs/elisp/related-topics.html')
| -rw-r--r-- | devdocs/elisp/related-topics.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devdocs/elisp/related-topics.html b/devdocs/elisp/related-topics.html new file mode 100644 index 00000000..57f869bd --- /dev/null +++ b/devdocs/elisp/related-topics.html @@ -0,0 +1,23 @@ + <h3 class="section">Other Topics Related to Functions</h3> <p>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. </p> <dl compact> <dt><code>apply</code></dt> <dd> +<p>See <a href="calling-functions">Calling Functions</a>. </p> </dd> <dt><code>autoload</code></dt> <dd> +<p>See <a href="autoload">Autoload</a>. </p> </dd> <dt><code>call-interactively</code></dt> <dd> +<p>See <a href="interactive-call">Interactive Call</a>. </p> </dd> <dt><code>called-interactively-p</code></dt> <dd> +<p>See <a href="distinguish-interactive">Distinguish Interactive</a>. </p> </dd> <dt><code>commandp</code></dt> <dd> +<p>See <a href="interactive-call">Interactive Call</a>. </p> </dd> <dt><code>documentation</code></dt> <dd> +<p>See <a href="accessing-documentation">Accessing Documentation</a>. </p> </dd> <dt><code>eval</code></dt> <dd> +<p>See <a href="eval">Eval</a>. </p> </dd> <dt><code>funcall</code></dt> <dd> +<p>See <a href="calling-functions">Calling Functions</a>. </p> </dd> <dt><code>function</code></dt> <dd> +<p>See <a href="anonymous-functions">Anonymous Functions</a>. </p> </dd> <dt><code>ignore</code></dt> <dd> +<p>See <a href="calling-functions">Calling Functions</a>. </p> </dd> <dt><code>indirect-function</code></dt> <dd> +<p>See <a href="function-indirection">Function Indirection</a>. </p> </dd> <dt><code>interactive</code></dt> <dd> +<p>See <a href="using-interactive">Using Interactive</a>. </p> </dd> <dt><code>interactive-p</code></dt> <dd> +<p>See <a href="distinguish-interactive">Distinguish Interactive</a>. </p> </dd> <dt><code>mapatoms</code></dt> <dd> +<p>See <a href="creating-symbols">Creating Symbols</a>. </p> </dd> <dt><code>mapcar</code></dt> <dd> +<p>See <a href="mapping-functions">Mapping Functions</a>. </p> </dd> <dt><code>map-char-table</code></dt> <dd> +<p>See <a href="char_002dtables">Char-Tables</a>. </p> </dd> <dt><code>mapconcat</code></dt> <dd> +<p>See <a href="mapping-functions">Mapping Functions</a>. </p> </dd> <dt><code>undefined</code></dt> <dd><p>See <a href="functions-for-key-lookup">Functions for Key Lookup</a>. </p></dd> </dl><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Related-Topics.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Related-Topics.html</a> + </p> +</div> |
