From 04a228f46714406d51b52e688c1788d2a89fd8c4 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Mon, 25 Mar 2019 17:42:32 +0000 Subject: [PATCH] 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. --- doc/lispref/internals.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 56465126f41..8ebe47d9ad7 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -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 -- 2.39.5