; Better clarify function types in C-h f (bug#73626)
* doc/emacs/help.texi (Name Help): Better clarify function types.
This commit is contained in:
parent
59b3eae481
commit
b71d3b2f52
1 changed files with 9 additions and 0 deletions
|
@ -322,6 +322,15 @@ file where it was defined, whether it has been declared obsolete, and
|
|||
yet further information is often reachable by clicking or typing
|
||||
@key{RET} on emphasized parts of the text.
|
||||
|
||||
@cindex function type specifier
|
||||
|
||||
The function type, if known, is expressed with a @dfn{function type
|
||||
specifier} (@pxref{Type Specifiers,,,elisp, The Emacs Lisp Reference
|
||||
Manual}), it will be specified if the type was manually declared by the
|
||||
programmer or inferred by the compiler. Note that function type
|
||||
inference works only when native compilation is enabled (@pxref{native
|
||||
compilation,,, elisp, The Emacs Lisp Reference Manual}).
|
||||
|
||||
@vindex help-enable-symbol-autoload
|
||||
If you request help for an autoloaded function whose @code{autoload}
|
||||
form (@pxref{Autoload,,, elisp, The Emacs Lisp Reference Manual})
|
||||
|
|
Loading…
Add table
Reference in a new issue