From 30a80af9f554338a2a95e90b613cfcc7174c6a63 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 24 Jul 2004 00:17:50 +0000 Subject: [PATCH] (Frames): Add @findex for SCM_F_WIND_EXPLICITLY. --- doc/ref/scheme-control.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ref/scheme-control.texi b/doc/ref/scheme-control.texi index 20ea8dfa1..52aaa0d11 100644 --- a/doc/ref/scheme-control.texi +++ b/doc/ref/scheme-control.texi @@ -1167,6 +1167,7 @@ flags are listed in the following table. @table @code @item SCM_F_WIND_EXPLICITLY +@findex SCM_F_WIND_EXPLICITLY The registered action is also carried out when the frame is entered or left locally. @end table