diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-02 14:22:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-02 14:22:21 (GMT) |
commit | fedc6f737029d1db17ce2f5a17740de3eb381858 (patch) | |
tree | e6cac613b98325d899660dae8c81a432e8bd6213 /doc/MapWindow.3 | |
parent | 0791f58e3b5fcc62c0c817fbf1b5981d8fa82fae (diff) | |
download | tk-fedc6f737029d1db17ce2f5a17740de3eb381858.zip tk-fedc6f737029d1db17ce2f5a17740de3eb381858.tar.gz tk-fedc6f737029d1db17ce2f5a17740de3eb381858.tar.bz2 |
Eliminate exess spacings in many doc pages
Diffstat (limited to 'doc/MapWindow.3')
-rw-r--r-- | doc/MapWindow.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/MapWindow.3 b/doc/MapWindow.3 index 8abce64..a3c6296 100644 --- a/doc/MapWindow.3 +++ b/doc/MapWindow.3 @@ -4,7 +4,7 @@ '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. -'\" +'\" .TH Tk_MapWindow 3 "" Tk "Tk Library Procedures" .so man.macros .BS @@ -35,9 +35,9 @@ deferred window creation. from the screen. .PP If \fItkwin\fR is a child window (i.e. \fBTk_CreateWindow\fR was -used to create a child window), then event handlers interested in map -and unmap events are invoked immediately. If \fItkwin\fR is not an -internal window, then the event handlers will be invoked later, after +used to create a child window), then event handlers interested in map +and unmap events are invoked immediately. If \fItkwin\fR is not an +internal window, then the event handlers will be invoked later, after X has seen the request and returned an event for it. .PP These procedures should be used in place of the X procedures |