diff options
author | Eli Zaretskii <eliz@gnu.org> | 2025-01-23 07:43:40 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2025-01-23 07:43:40 +0200 |
commit | 796665b32e9431a923881eb4c02e45bf1639a7ff (patch) | |
tree | 09fee1e31dbbbcffcc5046cef61cf40fc72cd1a1 | |
parent | 90b4c1b6f264773e33e7984af9a95b4b503ed02f (diff) | |
download | emacs-796665b32e9431a923881eb4c02e45bf1639a7ff.tar.gz emacs-796665b32e9431a923881eb4c02e45bf1639a7ff.tar.bz2 emacs-796665b32e9431a923881eb4c02e45bf1639a7ff.zip |
; * doc/lispref/functions.texi (Functions): Remove extraneous menu item.
-rw-r--r-- | doc/lispref/functions.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 7176c1faee5..770d54a0038 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -15,7 +15,6 @@ define them. * 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. |