diff options
| author | Andrea Corallo | 2024-11-14 01:01:08 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2024-11-21 15:39:27 +0100 |
| commit | b71d3b2f52ff186e2e7e9724890aa08d0fc9796b (patch) | |
| tree | 5968c68dd083879b9b32c230d50aac4dcc970912 | |
| parent | 59b3eae481d59d901ff64de1a827d3dd656a4fc9 (diff) | |
| download | emacs-b71d3b2f52ff186e2e7e9724890aa08d0fc9796b.tar.gz emacs-b71d3b2f52ff186e2e7e9724890aa08d0fc9796b.zip | |
; Better clarify function types in C-h f (bug#73626)
* doc/emacs/help.texi (Name Help): Better clarify function types.
| -rw-r--r-- | doc/emacs/help.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index f15b4c5e89d..079ea76156f 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -322,6 +322,15 @@ file where it was defined, whether it has been declared obsolete, and | |||
| 322 | yet further information is often reachable by clicking or typing | 322 | yet further information is often reachable by clicking or typing |
| 323 | @key{RET} on emphasized parts of the text. | 323 | @key{RET} on emphasized parts of the text. |
| 324 | 324 | ||
| 325 | @cindex function type specifier | ||
| 326 | |||
| 327 | The function type, if known, is expressed with a @dfn{function type | ||
| 328 | specifier} (@pxref{Type Specifiers,,,elisp, The Emacs Lisp Reference | ||
| 329 | Manual}), it will be specified if the type was manually declared by the | ||
| 330 | programmer or inferred by the compiler. Note that function type | ||
| 331 | inference works only when native compilation is enabled (@pxref{native | ||
| 332 | compilation,,, elisp, The Emacs Lisp Reference Manual}). | ||
| 333 | |||
| 325 | @vindex help-enable-symbol-autoload | 334 | @vindex help-enable-symbol-autoload |
| 326 | If you request help for an autoloaded function whose @code{autoload} | 335 | If you request help for an autoloaded function whose @code{autoload} |
| 327 | form (@pxref{Autoload,,, elisp, The Emacs Lisp Reference Manual}) | 336 | form (@pxref{Autoload,,, elisp, The Emacs Lisp Reference Manual}) |