mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
; * doc/lispref/elisp.texi (Top): Move menu item to submenu.
This commit is contained in:
parent
796665b32e
commit
1dc529d463
@ -564,7 +564,6 @@ 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.
|
||||
@ -584,6 +583,10 @@ Functions
|
||||
that have a special bearing on how
|
||||
functions work.
|
||||
|
||||
Defining Functions
|
||||
|
||||
* Finding Definitions:: Finding function definitions created by macros.
|
||||
|
||||
Lambda Expressions
|
||||
|
||||
* Lambda Components:: The parts of a lambda expression.
|
||||
|
Loading…
x
Reference in New Issue
Block a user