1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* doc/lispref: new node "Finding Definitions"

How to use variable 'find-function-regexp-alist',
properties 'definition-name' and 'find-function-type-alist',
and function 'find-function-update-type-alist' to help Emacs
locate the definition of objects defined by macros.

This material is moved from node "Standard Properties" and expanded.
This commit is contained in:
Stephen Gildea 2025-01-22 18:27:26 -08:00
parent 331bcfaee5
commit aa6d2a396a
5 changed files with 97 additions and 62 deletions

View file

@ -564,6 +564,7 @@ Functions
* Lambda Expressions:: How functions are expressed as Lisp objects.
* Function Names:: A symbol can serve as the name of a function.
* Defining Functions:: Lisp expressions for defining functions.
* Finding Definitions:: Finding function definitions created by macros.
* Calling Functions:: How to use an existing function.
* Mapping Functions:: Applying a function to each element of a list, etc.
* Anonymous Functions:: Lambda expressions are functions with no names.