Fix non_local_exit_get signature in Elisp manual
* doc/lispref/internals.texi (Module Nonlocal): Fix typo in return type of non_local_exit_get.
This commit is contained in:
parent
ace29fcb37
commit
04a228f467
1 changed files with 1 additions and 1 deletions
|
@ -1708,7 +1708,7 @@ The last @acronym{API} function exited via @code{throw}.
|
|||
@end vtable
|
||||
@end deftypefn
|
||||
|
||||
@deftypefn Function emacs_funcall_exit non_local_exit_get (emacs_env *@var{env}, emacs_value *@var{symbol}, emacs_value *@var{data})
|
||||
@deftypefn Function enum emacs_funcall_exit non_local_exit_get (emacs_env *@var{env}, emacs_value *@var{symbol}, emacs_value *@var{data})
|
||||
This function returns the kind of nonlocal exit condition stored in
|
||||
@var{env}, like @code{non_local_exit_check} does, but it also returns
|
||||
the full information about the nonlocal exit, if any. If the return
|
||||
|
|
Loading…
Add table
Reference in a new issue