@@ -240,8 +240,8 @@ Extensions
240240* Extensions (Extensions)::
241241* SHAPE - The X11 Nonrectangular Window Shape Extension::
242242* RENDER - A new rendering system for X11::
243- * DPMS - The X11 Display Power Management Signaling Extension::
244- * BIG-REQUESTS - Big Requests Extension::
243+ * DPMS - The X11 Display Power Management Signaling Extension::
244+ * BIG-REQUESTS - Big Requests Extension::
245245
246246RENDER - A new rendering system for X11
247247
@@ -2280,7 +2280,7 @@ display 0 (zero).
22802280A keyword argument that specifies which network protocol should be
22812281used for connecting to the server (for example, @var{:tcp},
22822282@var{:dna}, or @var{:chaos}). The set of possible values and the
2283- default value are implementation specific.
2283+ default value are implementation specific. TODO :tcp or :internet
22842284
22852285@end table
22862286
@@ -15903,11 +15903,11 @@ of zero is a hint that no repetition should occur.
1590315903@node Extensions, Errors, Control Functions, Top
1590415904@chapter Extensions
1590515905@menu
15906- * Extensions (Extensions)::
15907- * SHAPE - The X11 Nonrectangular Window Shape Extension::
15908- * RENDER - A new rendering system for X11::
15909- * DPMS - The X11 Display Power Management Signaling Extension::
15910- * BIG-REQUESTS - Big Requests Extension::
15906+ * Extensions (Extensions)::
15907+ * SHAPE - The X11 Nonrectangular Window Shape Extension::
15908+ * RENDER - A new rendering system for X11::
15909+ * DPMS - The X11 Display Power Management Signaling Extension::
15910+ * BIG-REQUESTS - Big Requests Extension::
1591115911@end menu
1591215912
1591315913@node Extensions (Extensions), SHAPE - The X11 Nonrectangular Window Shape Extension, Extensions, Extensions
@@ -16014,7 +16014,7 @@ server and rendering sets of them.
1601416014* The picture object::
1601516015* Glyphs and Glyphsets::
1601616016* Using glyphs::
16017- * Using cursors::
16017+ * Using cursors::
1601816018* Errors (Extensions)::
1601916019@end menu
1602016020
@@ -16333,7 +16333,7 @@ Requests the sequence of glyphs to be drawn with the glyph-set.
1633316333@defun render-create-cursor picture &optional (x 0) (y 0))
1633416334
1633516335
16336- Creates cursor object from xrender @var{picture}.
16336+ Creates cursor object from xrender @var{picture}.
1633716337The @var{x} and @var{y} coordinates define the hotspot relative to the source's
1633816338origin and must be a point within the source. The resulting picture will
1633916339nominally be drawn to the screen with :over operator.
@@ -16343,7 +16343,7 @@ display limitations. In particular, if the display supports only
1634316343two colors cursors without translucency, the cursor will be
1634416344transformed so that areas less than .5 alpha will be transparent,
1634516345else opaque, and areas darker than 50% gray will be black else
16346- white.
16346+ white.
1634716347
1634816348The source picture can be freed immediately if no further explicit
1634916349references to it are to be made.
@@ -16429,15 +16429,15 @@ value indicates that the mode is disabled.
1642916429@var{card16}
1643016430@item suspend
1643116431@var{card16}
16432- @item off
16432+ @item off
1643316433@var{card16}
1643416434@end table
1643516435
1643616436
1643716437Set the values of the DPMS timeouts. All values are in units of
1643816438seconds. A value of zero for any timeout value disables that mode.
1643916439@end defun
16440-
16440+
1644116441@defun dpms-enable display
1644216442@table @var
1644316443@item display
@@ -16487,7 +16487,7 @@ Forces a specific DPMS level on the server.
1648716487Returns two values: the DPMS power-level and state value for the
1648816488display.
1648916489
16490- State is one of the keywords DPMS-ENABLED or DPMS-DISABLED.
16490+ State is one of the keywords DPMS-ENABLED or DPMS-DISABLED.
1649116491
1649216492If state is DPMS-ENABLED, then power-level is returned as one of the
1649316493keywords DPMS-MODE-ON, DPMS-MODE-STANDBY, DPMS-MODE-SUSPEND or
0 commit comments