From 849a314c7a8a179052b524dfb56c8e723c8f6e82 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Jan 2016 23:06:22 +0200 Subject: 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. --- doc/lispref/elisp.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/lispref/elisp.texi') 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. -- cgit v1.2.1