1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(Documentation Basics): Add a link to the Function Documentation node.

Fixes: debbugs:6580
This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-14 02:02:09 +02:00
parent 837c31f830
commit f2027cdf5a
2 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
* help.texi (Documentation Basics): Add a link to the Function
Documentation node (bug#6580).
2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
* keymaps.texi (Menu Bar): Mention :visible and :enable

View file

@ -78,11 +78,12 @@ function or variable that it describes:
@item
@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.
definition itself (@pxref{Lambda Expressions} and @pxref{Function
Documentation}). 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