emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 04a228f: Fix non_local_exit_get signature in Elisp


From: Basil L. Contovounesios
Subject: [Emacs-diffs] master 04a228f: Fix non_local_exit_get signature in Elisp manual
Date: Mon, 25 Mar 2019 13:55:13 -0400 (EDT)

branch: master
commit 04a228f46714406d51b52e688c1788d2a89fd8c4
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    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 5646512..8ebe47d 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
 
address@hidden Function emacs_funcall_exit non_local_exit_get (emacs_env 
address@hidden, emacs_value address@hidden, emacs_value address@hidden)
address@hidden Function enum emacs_funcall_exit non_local_exit_get (emacs_env 
address@hidden, emacs_value address@hidden, emacs_value address@hidden)
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]