summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-11-09 19:44:44 (GMT)
committerFred Drake <fdrake@acm.org>1999-11-09 19:44:44 (GMT)
commit6e9ea59a43b7ebf612ad30efa6f40cc0240cd9db (patch)
treeca967d0a338eebe51289b1c68a2c30265ec64be8 /Doc
parent91f31eab1cfae252c95dc310515ab48e63e78153 (diff)
downloadcpython-6e9ea59a43b7ebf612ad30efa6f40cc0240cd9db.zip
cpython-6e9ea59a43b7ebf612ad30efa6f40cc0240cd9db.tar.gz
cpython-6e9ea59a43b7ebf612ad30efa6f40cc0240cd9db.tar.bz2
Use \programopt in one place.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstdwin.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/Doc/lib/libstdwin.tex b/Doc/lib/libstdwin.tex
index 9176b16..a4fa557 100644
--- a/Doc/lib/libstdwin.tex
+++ b/Doc/lib/libstdwin.tex
@@ -26,15 +26,15 @@ This module defines several new object types and functions that
provide access to the functionality of STDWIN.
On \UNIX{} running X11, it can only be used if the \envvar{DISPLAY}
-environment variable is set or an explicit \samp{-display
-\var{displayname}} argument is passed to the Python interpreter.
+environment variable is set or an explicit
+\programopt{-display} \var{displayname} argument is passed to the
+Python interpreter.
Functions have names that usually resemble their C STDWIN counterparts
-with the initial `w' dropped.
-Points are represented by pairs of integers; rectangles
-by pairs of points.
-For a complete description of STDWIN please refer to the documentation
-of STDWIN for C programmers (aforementioned CWI report).
+with the initial `w' dropped. Points are represented by pairs of
+integers; rectangles by pairs of points. For a complete description
+of STDWIN please refer to the documentation of STDWIN for C
+programmers (aforementioned CWI report).
\subsection{Functions Defined in Module \module{stdwin}}
\nodename{STDWIN Functions}