mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-30
74a972caceSkip proced refine tests on Darwinc50ce03afc; Fix recent additions to the manualsc818c5bbaf; * lisp/term/w32-win.el (tree-sitter--library-abi): Decl...b71d3b2f52; Better clarify function types in C-h f (bug#73626)59b3eae481; Introduce type specifiers to the elisp manual (bug#73626)83fc3cf53aFuture-proof loading tree-sitter library on MS-Windows3eb3018682; Improve documentation of 'category' in display-buffer a...4d80c4f485; More accurate documentation of 'set-mark-command'70dd5705e1Fix overriding 'c-ts-mode' by 'c-mode'331610aef0; Improve vc-dir help-echo9c484d5101; Avoid assertion violations in "temacs -Q"8dc9dfdc38lisp/progmodes/c-ts-mode.el: Demote loading c-ts-mode as ...426bce8a67; In PROBLEMS mention issue with .Xresources on Gnome des...
This commit is contained in:
commit
db7b3f6b95
14 changed files with 186 additions and 32 deletions
|
|
@ -2733,10 +2733,11 @@ native compiler (@pxref{Native Compilation}) for improving code
|
|||
generation and for deriving more precisely the type of other functions
|
||||
without type declaration.
|
||||
|
||||
@var{type} is a type specifier in the form @w{@code{(function
|
||||
(ARG-1-TYPE ... ARG-N-TYPE) RETURN-TYPE)}}. Argument types can be
|
||||
interleaved with symbols @code{&optional} and @code{&rest} to match the
|
||||
function's arguments (@pxref{Argument List}).
|
||||
@var{type} is a @dfn{type specifier} (@pxref{Type Specifiers}) in the
|
||||
form @w{@code{(function (@var{arg-1-type} @dots{} @var{arg-n-type})
|
||||
RETURN-TYPE)}}. Argument types can be interleaved with symbols
|
||||
@code{&optional} and @code{&rest} to match the function's arguments
|
||||
(@pxref{Argument List}).
|
||||
|
||||
@var{function} if present should be the name of function being defined.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue