diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-07-24 00:17:50 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-07-24 00:17:50 +0000 |
commit | 30a80af9f554338a2a95e90b613cfcc7174c6a63 (patch) | |
tree | 9bb0dd6cf96e1efc4d0f905c511629a88ecc22a3 | |
parent | 34111015842eea10db6faeebea9eb100d06f188e (diff) | |
download | guile-30a80af9f554338a2a95e90b613cfcc7174c6a63.tar.gz |
(Frames): Add @findex for SCM_F_WIND_EXPLICITLY.
-rw-r--r-- | doc/ref/scheme-control.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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 |