aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-14 17:33:36 +0000
committerJuanma Barranquero2007-11-14 17:33:36 +0000
commit36458ebde7faa150d0cc7a615011038d3acf148f (patch)
tree41e7417b1f2c3ec1a0420138e05b18ce0a55b58f /src
parent87da51769e7bc6cd2ffd0044cabedf4903ce0afb (diff)
downloademacs-36458ebde7faa150d0cc7a615011038d3acf148f.tar.gz
emacs-36458ebde7faa150d0cc7a615011038d3acf148f.zip
(Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,
Fx_display_planes, Fx_display_color_cells, Fx_server_max_request_size, Fx_server_vendor, Fx_server_version, Fx_display_screens, Fx_display_mm_height, Fx_display_mm_width, Fx_display_backing_store, Fx_display_visual_class, Fw32_select_font): Fix typos in docstrings.
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 4b60b009b29..491ccedeb13 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -4139,7 +4139,7 @@ unwind_create_frame (frame)
4139DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, 4139DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
4140 1, 1, 0, 4140 1, 1, 0,
4141 doc: /* Make a new window, which is called a \"frame\" in Emacs terms. 4141 doc: /* Make a new window, which is called a \"frame\" in Emacs terms.
4142Returns an Emacs frame object. 4142Return an Emacs frame object.
4143PARAMETERS is an alist of frame parameters. 4143PARAMETERS is an alist of frame parameters.
4144If the parameters specify that the frame should not have a minibuffer, 4144If the parameters specify that the frame should not have a minibuffer,
4145and do not specify a specific minibuffer window to use, 4145and do not specify a specific minibuffer window to use,
@@ -6415,7 +6415,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6415 6415
6416DEFUN ("x-display-pixel-width", Fx_display_pixel_width, 6416DEFUN ("x-display-pixel-width", Fx_display_pixel_width,
6417 Sx_display_pixel_width, 0, 1, 0, 6417 Sx_display_pixel_width, 0, 1, 0,
6418 doc: /* Returns the width in pixels of DISPLAY. 6418 doc: /* Return the width in pixels of DISPLAY.
6419The optional argument DISPLAY specifies which display to ask about. 6419The optional argument DISPLAY specifies which display to ask about.
6420DISPLAY should be either a frame or a display name (a string). 6420DISPLAY should be either a frame or a display name (a string).
6421If omitted or nil, that stands for the selected frame's display. */) 6421If omitted or nil, that stands for the selected frame's display. */)
@@ -6429,7 +6429,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6429 6429
6430DEFUN ("x-display-pixel-height", Fx_display_pixel_height, 6430DEFUN ("x-display-pixel-height", Fx_display_pixel_height,
6431 Sx_display_pixel_height, 0, 1, 0, 6431 Sx_display_pixel_height, 0, 1, 0,
6432 doc: /* Returns the height in pixels of DISPLAY. 6432 doc: /* Return the height in pixels of DISPLAY.
6433The optional argument DISPLAY specifies which display to ask about. 6433The optional argument DISPLAY specifies which display to ask about.
6434DISPLAY should be either a frame or a display name (a string). 6434DISPLAY should be either a frame or a display name (a string).
6435If omitted or nil, that stands for the selected frame's display. */) 6435If omitted or nil, that stands for the selected frame's display. */)
@@ -6443,7 +6443,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6443 6443
6444DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, 6444DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes,
6445 0, 1, 0, 6445 0, 1, 0,
6446 doc: /* Returns the number of bitplanes of DISPLAY. 6446 doc: /* Return the number of bitplanes of DISPLAY.
6447The optional argument DISPLAY specifies which display to ask about. 6447The optional argument DISPLAY specifies which display to ask about.
6448DISPLAY should be either a frame or a display name (a string). 6448DISPLAY should be either a frame or a display name (a string).
6449If omitted or nil, that stands for the selected frame's display. */) 6449If omitted or nil, that stands for the selected frame's display. */)
@@ -6457,7 +6457,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6457 6457
6458DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, 6458DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells,
6459 0, 1, 0, 6459 0, 1, 0,
6460 doc: /* Returns the number of color cells of DISPLAY. 6460 doc: /* Return the number of color cells of DISPLAY.
6461The optional argument DISPLAY specifies which display to ask about. 6461The optional argument DISPLAY specifies which display to ask about.
6462DISPLAY should be either a frame or a display name (a string). 6462DISPLAY should be either a frame or a display name (a string).
6463If omitted or nil, that stands for the selected frame's display. */) 6463If omitted or nil, that stands for the selected frame's display. */)
@@ -6487,7 +6487,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6487DEFUN ("x-server-max-request-size", Fx_server_max_request_size, 6487DEFUN ("x-server-max-request-size", Fx_server_max_request_size,
6488 Sx_server_max_request_size, 6488 Sx_server_max_request_size,
6489 0, 1, 0, 6489 0, 1, 0,
6490 doc: /* Returns the maximum request size of the server of DISPLAY. 6490 doc: /* Return the maximum request size of the server of DISPLAY.
6491The optional argument DISPLAY specifies which display to ask about. 6491The optional argument DISPLAY specifies which display to ask about.
6492DISPLAY should be either a frame or a display name (a string). 6492DISPLAY should be either a frame or a display name (a string).
6493If omitted or nil, that stands for the selected frame's display. */) 6493If omitted or nil, that stands for the selected frame's display. */)
@@ -6500,7 +6500,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6500} 6500}
6501 6501
6502DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, 6502DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0,
6503 doc: /* Returns the "vendor ID" string of the W32 system (Microsoft). 6503 doc: /* Return the "vendor ID" string of the W32 system (Microsoft).
6504The optional argument DISPLAY specifies which display to ask about. 6504The optional argument DISPLAY specifies which display to ask about.
6505DISPLAY should be either a frame or a display name (a string). 6505DISPLAY should be either a frame or a display name (a string).
6506If omitted or nil, that stands for the selected frame's display. */) 6506If omitted or nil, that stands for the selected frame's display. */)
@@ -6511,7 +6511,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6511} 6511}
6512 6512
6513DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, 6513DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,
6514 doc: /* Returns the version numbers of the server of DISPLAY. 6514 doc: /* Return the version numbers of the server of DISPLAY.
6515The value is a list of three integers: the major and minor 6515The value is a list of three integers: the major and minor
6516version numbers of the X Protocol in use, and the distributor-specific 6516version numbers of the X Protocol in use, and the distributor-specific
6517release number. See also the function `x-server-vendor'. 6517release number. See also the function `x-server-vendor'.
@@ -6528,7 +6528,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6528} 6528}
6529 6529
6530DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0, 6530DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0,
6531 doc: /* Returns the number of screens on the server of DISPLAY. 6531 doc: /* Return the number of screens on the server of DISPLAY.
6532The optional argument DISPLAY specifies which display to ask about. 6532The optional argument DISPLAY specifies which display to ask about.
6533DISPLAY should be either a frame or a display name (a string). 6533DISPLAY should be either a frame or a display name (a string).
6534If omitted or nil, that stands for the selected frame's display. */) 6534If omitted or nil, that stands for the selected frame's display. */)
@@ -6540,7 +6540,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6540 6540
6541DEFUN ("x-display-mm-height", Fx_display_mm_height, 6541DEFUN ("x-display-mm-height", Fx_display_mm_height,
6542 Sx_display_mm_height, 0, 1, 0, 6542 Sx_display_mm_height, 0, 1, 0,
6543 doc: /* Returns the height in millimeters of DISPLAY. 6543 doc: /* Return the height in millimeters of DISPLAY.
6544The optional argument DISPLAY specifies which display to ask about. 6544The optional argument DISPLAY specifies which display to ask about.
6545DISPLAY should be either a frame or a display name (a string). 6545DISPLAY should be either a frame or a display name (a string).
6546If omitted or nil, that stands for the selected frame's display. */) 6546If omitted or nil, that stands for the selected frame's display. */)
@@ -6561,7 +6561,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6561} 6561}
6562 6562
6563DEFUN ("x-display-mm-width", Fx_display_mm_width, Sx_display_mm_width, 0, 1, 0, 6563DEFUN ("x-display-mm-width", Fx_display_mm_width, Sx_display_mm_width, 0, 1, 0,
6564 doc: /* Returns the width in millimeters of DISPLAY. 6564 doc: /* Return the width in millimeters of DISPLAY.
6565The optional argument DISPLAY specifies which display to ask about. 6565The optional argument DISPLAY specifies which display to ask about.
6566DISPLAY should be either a frame or a display name (a string). 6566DISPLAY should be either a frame or a display name (a string).
6567If omitted or nil, that stands for the selected frame's display. */) 6567If omitted or nil, that stands for the selected frame's display. */)
@@ -6584,7 +6584,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6584 6584
6585DEFUN ("x-display-backing-store", Fx_display_backing_store, 6585DEFUN ("x-display-backing-store", Fx_display_backing_store,
6586 Sx_display_backing_store, 0, 1, 0, 6586 Sx_display_backing_store, 0, 1, 0,
6587 doc: /* Returns an indication of whether DISPLAY does backing store. 6587 doc: /* Return an indication of whether DISPLAY does backing store.
6588The value may be `always', `when-mapped', or `not-useful'. 6588The value may be `always', `when-mapped', or `not-useful'.
6589The optional argument DISPLAY specifies which display to ask about. 6589The optional argument DISPLAY specifies which display to ask about.
6590DISPLAY should be either a frame or a display name (a string). 6590DISPLAY should be either a frame or a display name (a string).
@@ -6597,7 +6597,7 @@ If omitted or nil, that stands for the selected frame's display. */)
6597 6597
6598DEFUN ("x-display-visual-class", Fx_display_visual_class, 6598DEFUN ("x-display-visual-class", Fx_display_visual_class,
6599 Sx_display_visual_class, 0, 1, 0, 6599 Sx_display_visual_class, 0, 1, 0,
6600 doc: /* Returns the visual class of DISPLAY. 6600 doc: /* Return the visual class of DISPLAY.
6601The value is one of the symbols `static-gray', `gray-scale', 6601The value is one of the symbols `static-gray', `gray-scale',
6602`static-color', `pseudo-color', `true-color', or `direct-color'. 6602`static-color', `pseudo-color', `true-color', or `direct-color'.
6603 6603
@@ -8009,7 +8009,7 @@ If ONLY-DIR-P is non-nil, the user can only select directories. */)
8009 8009
8010DEFUN ("w32-select-font", Fw32_select_font, Sw32_select_font, 0, 2, 0, 8010DEFUN ("w32-select-font", Fw32_select_font, Sw32_select_font, 0, 2, 0,
8011 doc: /* Select a font for the named FRAME using the W32 font dialog. 8011 doc: /* Select a font for the named FRAME using the W32 font dialog.
8012Returns an X-style font string corresponding to the selection. 8012Return an X-style font string corresponding to the selection.
8013 8013
8014If FRAME is omitted or nil, it defaults to the selected frame. 8014If FRAME is omitted or nil, it defaults to the selected frame.
8015If INCLUDE-PROPORTIONAL is non-nil, include proportional fonts 8015If INCLUDE-PROPORTIONAL is non-nil, include proportional fonts