From: Basil L. Contovounesios Date: Mon, 25 Mar 2019 17:42:32 +0000 (+0000) Subject: Fix non_local_exit_get signature in Elisp manual X-Git-Tag: emacs-27.0.90~3343 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04a228f46714406d51b52e688c1788d2a89fd8c4;p=emacs.git 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. --- 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