From: Richard M. Stallman Date: Sat, 26 Feb 2005 23:57:40 +0000 (+0000) Subject: (Documentation Basics): Add function-documentation prop. X-Git-Tag: ttn-vms-21-2-B4~2109 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/1e04ba2c9054fb1645226a3448cc6c5325d72591 (Documentation Basics): Add function-documentation prop. --- diff --git a/lispref/help.texi b/lispref/help.texi index ddc52253a8..dfbc6c220f 100644 --- a/lispref/help.texi +++ b/lispref/help.texi @@ -66,9 +66,13 @@ function or variable that it describes: @itemize @bullet @item -The documentation for a function is stored in the function definition -itself (@pxref{Lambda Expressions}). The function @code{documentation} -knows how to extract it. +@kindex function-documentation +The documentation for a function is usually stored in the function +definition itself (@pxref{Lambda Expressions}). The function +@code{documentation} knows how to extract it. You can also put +function documentation in the @code{function-documentation} property +of the function name. That is useful with definitions such as +keyboard macros that can't hold a documentation string. @item @kindex variable-documentation