]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix non_local_exit_get signature in Elisp manual
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 25 Mar 2019 17:42:32 +0000 (17:42 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Mon, 25 Mar 2019 17:53:47 +0000 (17:53 +0000)
* doc/lispref/internals.texi (Module Nonlocal): Fix typo in return
type of non_local_exit_get.

doc/lispref/internals.texi

index 56465126f41cfa5eb77f35533c1eb79ebbb856de..8ebe47d9ad78c155ee7e2797c97a48a5b250e7a9 100644 (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