summaryrefslogtreecommitdiff
path: root/doc/lispref/elisp.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-01-22 23:06:22 +0200
committerEli Zaretskii <eliz@gnu.org>2016-01-22 23:06:22 +0200
commit849a314c7a8a179052b524dfb56c8e723c8f6e82 (patch)
tree1cb959b4ef1a2efe6acbc06ed956f09289ca07c0 /doc/lispref/elisp.texi
parent7c3d742c357dd6480e813f067435b324dba2b325 (diff)
downloademacs-849a314c7a8a179052b524dfb56c8e723c8f6e82.tar.gz
Document cl-generic.el
* doc/lispref/functions.texi (Generic Functions): New section. (Bug#22336) (Functions): Update the chapter menu. * doc/lispref/elisp.texi: Update the master menu.
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r--doc/lispref/elisp.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index da519f579c9..4c1541e98c6 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -536,6 +536,7 @@ Functions
* 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.
+* Generic Functions:: Polymorphism, Emacs-style.
* Function Cells:: Accessing or setting the function definition
of a symbol.
* Closures:: Functions that enclose a lexical environment.