]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/help.texi
Merge from trunk.
[gnu-emacs] / doc / lispref / help.texi
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