diff options
| author | Lars Magne Ingebrigtsen | 2011-07-14 02:02:09 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-14 02:02:09 +0200 |
| commit | f2027cdf5adf8bcb620a31addf5a5851e542affd (patch) | |
| tree | 81767fa264a100dba3050212458de009dc098af5 | |
| parent | 837c31f8306d5e21689e325807ef2fff4e5bae9e (diff) | |
| download | emacs-f2027cdf5adf8bcb620a31addf5a5851e542affd.tar.gz emacs-f2027cdf5adf8bcb620a31addf5a5851e542affd.zip | |
(Documentation Basics): Add a link to the Function Documentation node.
Fixes: debbugs:6580
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/help.texi | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 3e40384eec7..19da0a3c442 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * help.texi (Documentation Basics): Add a link to the Function | ||
| 4 | Documentation node (bug#6580). | ||
| 5 | |||
| 1 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * keymaps.texi (Menu Bar): Mention :visible and :enable | 8 | * keymaps.texi (Menu Bar): Mention :visible and :enable |
diff --git a/doc/lispref/help.texi b/doc/lispref/help.texi index 63fc06c929b..0ce05d55a07 100644 --- a/doc/lispref/help.texi +++ b/doc/lispref/help.texi | |||
| @@ -78,11 +78,12 @@ function or variable that it describes: | |||
| 78 | @item | 78 | @item |
| 79 | @kindex function-documentation | 79 | @kindex function-documentation |
| 80 | The documentation for a function is usually stored in the function | 80 | The documentation for a function is usually stored in the function |
| 81 | definition itself (@pxref{Lambda Expressions}). The function | 81 | definition itself (@pxref{Lambda Expressions} and @pxref{Function |
| 82 | @code{documentation} knows how to extract it. You can also put | 82 | Documentation}). The function @code{documentation} knows how to |
| 83 | function documentation in the @code{function-documentation} property | 83 | extract it. You can also put function documentation in the |
| 84 | of the function name. That is useful with definitions such as | 84 | @code{function-documentation} property of the function name. That is |
| 85 | keyboard macros that can't hold a documentation string. | 85 | useful with definitions such as keyboard macros that can't hold a |
| 86 | documentation string. | ||
| 86 | 87 | ||
| 87 | @item | 88 | @item |
| 88 | @kindex variable-documentation | 89 | @kindex variable-documentation |