diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-10 21:37:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-10 21:37:19 (GMT) |
commit | 242ce3651c3918971461af2b30e913cef0890bca (patch) | |
tree | 1c60a006102c57a7aee0381535332977cdd4292a /doc | |
parent | 5c8f2ae9ffd186404e2a20ae2ccf84a940b68e3a (diff) | |
download | tk-242ce3651c3918971461af2b30e913cef0890bca.zip tk-242ce3651c3918971461af2b30e913cef0890bca.tar.gz tk-242ce3651c3918971461af2b30e913cef0890bca.tar.bz2 |
Clarify docs to note that [event info] isn't clairvoyant.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/event.n | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/event.n b/doc/event.n index ccf1d68..c0187ae 100644 --- a/doc/event.n +++ b/doc/event.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: event.n,v 1.17 2007/11/01 23:03:54 dkf Exp $ +'\" RCS: @(#) $Id: event.n,v 1.18 2007/12/10 21:37:19 dkf Exp $ '\" .so man.macros .TH event n 8.3 Tk "Tk Built-In Commands" @@ -76,6 +76,11 @@ If \fB<<\fIvirtual\fB>>\fR is specified then the return value is a list whose elements are the physical event sequences currently defined for the given virtual event; if the virtual event is not defined then an empty string is returned. +.RS +.PP +Note that virtual events that that are not bound to physical event +sequences are \fInot\fR returned by \fBevent info\fR. +.RE .SH "EVENT FIELDS" .PP The following options are supported for the \fBevent generate\fR |