]> git.eshelyaron.com Git - emacs.git/commitdiff
(Documentation Basics): Add a link to the Function Documentation node.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 00:02:09 +0000 (02:02 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 00:02:09 +0000 (02:02 +0200)
Fixes: debbugs:6580
doc/lispref/ChangeLog
doc/lispref/help.texi

index 3e40384eec737b93268949c683d44f145de92345..19da0a3c44242150562f800d86673e7b56918a3d 100644 (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
index 63fc06c929ba20e297022a7e7fbacb1bb5530fee..0ce05d55a07bb5c667e394b8c2b99c9afd709d0e 100644 (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