# HG changeset patch # User Richard M. Stallman # Date 1109462260 0 # Node ID 74accd79beb7aab52129696a508da6a66e22940b # Parent 659b8615ab0f83a9c139a4f146c29e5b079b3941 (Documentation Basics): Add function-documentation prop. diff -r 659b8615ab0f -r 74accd79beb7 lispref/help.texi --- a/lispref/help.texi Sat Feb 26 23:53:35 2005 +0000 +++ b/lispref/help.texi Sat Feb 26 23:57:40 2005 +0000 @@ -66,9 +66,13 @@ @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