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:
Basil L. Contovounesios 2019-03-25 17:42:32 +00:00
parent ace29fcb37
commit 04a228f467

View file

@ -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