Homepage
Recent Changes
Search:
History of 2024-11-18 Discovering functions and variables in Elisp files
2024-11-18
05:41 UTC
Revision 1
. . . .
mbork
–
Sometimes I have an Elisp file which I suspect contains some useful functions. Even if the file is well-documented (for example, it belongs to Emacs itself), that does not mean that every function in it is described in the manual. What I need in such a case is a list of functions and variables (possibly also macros) defined in this file.