aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2024-11-14 01:01:08 +0100
committerAndrea Corallo2024-11-21 15:39:27 +0100
commitb71d3b2f52ff186e2e7e9724890aa08d0fc9796b (patch)
tree5968c68dd083879b9b32c230d50aac4dcc970912
parent59b3eae481d59d901ff64de1a827d3dd656a4fc9 (diff)
downloademacs-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.texi9
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
322yet further information is often reachable by clicking or typing 322yet 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
327The function type, if known, is expressed with a @dfn{function type
328specifier} (@pxref{Type Specifiers,,,elisp, The Emacs Lisp Reference
329Manual}), it will be specified if the type was manually declared by the
330programmer or inferred by the compiler. Note that function type
331inference works only when native compilation is enabled (@pxref{native
332compilation,,, 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}
327form (@pxref{Autoload,,, elisp, The Emacs Lisp Reference Manual}) 336form (@pxref{Autoload,,, elisp, The Emacs Lisp Reference Manual})