diff options
| author | Juanma Barranquero | 2007-11-14 17:33:36 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-14 17:33:36 +0000 |
| commit | 36458ebde7faa150d0cc7a615011038d3acf148f (patch) | |
| tree | 41e7417b1f2c3ec1a0420138e05b18ce0a55b58f /src | |
| parent | 87da51769e7bc6cd2ffd0044cabedf4903ce0afb (diff) | |
| download | emacs-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.c | 28 |
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) | |||
| 4139 | DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, | 4139 | DEFUN ("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. |
| 4142 | Returns an Emacs frame object. | 4142 | Return an Emacs frame object. |
| 4143 | PARAMETERS is an alist of frame parameters. | 4143 | PARAMETERS is an alist of frame parameters. |
| 4144 | If the parameters specify that the frame should not have a minibuffer, | 4144 | If the parameters specify that the frame should not have a minibuffer, |
| 4145 | and do not specify a specific minibuffer window to use, | 4145 | and 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 | ||
| 6416 | DEFUN ("x-display-pixel-width", Fx_display_pixel_width, | 6416 | DEFUN ("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. |
| 6419 | The optional argument DISPLAY specifies which display to ask about. | 6419 | The optional argument DISPLAY specifies which display to ask about. |
| 6420 | DISPLAY should be either a frame or a display name (a string). | 6420 | DISPLAY should be either a frame or a display name (a string). |
| 6421 | If omitted or nil, that stands for the selected frame's display. */) | 6421 | If 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 | ||
| 6430 | DEFUN ("x-display-pixel-height", Fx_display_pixel_height, | 6430 | DEFUN ("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. |
| 6433 | The optional argument DISPLAY specifies which display to ask about. | 6433 | The optional argument DISPLAY specifies which display to ask about. |
| 6434 | DISPLAY should be either a frame or a display name (a string). | 6434 | DISPLAY should be either a frame or a display name (a string). |
| 6435 | If omitted or nil, that stands for the selected frame's display. */) | 6435 | If 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 | ||
| 6444 | DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, | 6444 | DEFUN ("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. |
| 6447 | The optional argument DISPLAY specifies which display to ask about. | 6447 | The optional argument DISPLAY specifies which display to ask about. |
| 6448 | DISPLAY should be either a frame or a display name (a string). | 6448 | DISPLAY should be either a frame or a display name (a string). |
| 6449 | If omitted or nil, that stands for the selected frame's display. */) | 6449 | If 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 | ||
| 6458 | DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, | 6458 | DEFUN ("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. |
| 6461 | The optional argument DISPLAY specifies which display to ask about. | 6461 | The optional argument DISPLAY specifies which display to ask about. |
| 6462 | DISPLAY should be either a frame or a display name (a string). | 6462 | DISPLAY should be either a frame or a display name (a string). |
| 6463 | If omitted or nil, that stands for the selected frame's display. */) | 6463 | If 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. */) | |||
| 6487 | DEFUN ("x-server-max-request-size", Fx_server_max_request_size, | 6487 | DEFUN ("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. |
| 6491 | The optional argument DISPLAY specifies which display to ask about. | 6491 | The optional argument DISPLAY specifies which display to ask about. |
| 6492 | DISPLAY should be either a frame or a display name (a string). | 6492 | DISPLAY should be either a frame or a display name (a string). |
| 6493 | If omitted or nil, that stands for the selected frame's display. */) | 6493 | If 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 | ||
| 6502 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, | 6502 | DEFUN ("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). |
| 6504 | The optional argument DISPLAY specifies which display to ask about. | 6504 | The optional argument DISPLAY specifies which display to ask about. |
| 6505 | DISPLAY should be either a frame or a display name (a string). | 6505 | DISPLAY should be either a frame or a display name (a string). |
| 6506 | If omitted or nil, that stands for the selected frame's display. */) | 6506 | If 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 | ||
| 6513 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, | 6513 | DEFUN ("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. |
| 6515 | The value is a list of three integers: the major and minor | 6515 | The value is a list of three integers: the major and minor |
| 6516 | version numbers of the X Protocol in use, and the distributor-specific | 6516 | version numbers of the X Protocol in use, and the distributor-specific |
| 6517 | release number. See also the function `x-server-vendor'. | 6517 | release 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 | ||
| 6530 | DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0, | 6530 | DEFUN ("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. |
| 6532 | The optional argument DISPLAY specifies which display to ask about. | 6532 | The optional argument DISPLAY specifies which display to ask about. |
| 6533 | DISPLAY should be either a frame or a display name (a string). | 6533 | DISPLAY should be either a frame or a display name (a string). |
| 6534 | If omitted or nil, that stands for the selected frame's display. */) | 6534 | If 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 | ||
| 6541 | DEFUN ("x-display-mm-height", Fx_display_mm_height, | 6541 | DEFUN ("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. |
| 6544 | The optional argument DISPLAY specifies which display to ask about. | 6544 | The optional argument DISPLAY specifies which display to ask about. |
| 6545 | DISPLAY should be either a frame or a display name (a string). | 6545 | DISPLAY should be either a frame or a display name (a string). |
| 6546 | If omitted or nil, that stands for the selected frame's display. */) | 6546 | If 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 | ||
| 6563 | DEFUN ("x-display-mm-width", Fx_display_mm_width, Sx_display_mm_width, 0, 1, 0, | 6563 | DEFUN ("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. |
| 6565 | The optional argument DISPLAY specifies which display to ask about. | 6565 | The optional argument DISPLAY specifies which display to ask about. |
| 6566 | DISPLAY should be either a frame or a display name (a string). | 6566 | DISPLAY should be either a frame or a display name (a string). |
| 6567 | If omitted or nil, that stands for the selected frame's display. */) | 6567 | If 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 | ||
| 6585 | DEFUN ("x-display-backing-store", Fx_display_backing_store, | 6585 | DEFUN ("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. |
| 6588 | The value may be `always', `when-mapped', or `not-useful'. | 6588 | The value may be `always', `when-mapped', or `not-useful'. |
| 6589 | The optional argument DISPLAY specifies which display to ask about. | 6589 | The optional argument DISPLAY specifies which display to ask about. |
| 6590 | DISPLAY should be either a frame or a display name (a string). | 6590 | DISPLAY 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 | ||
| 6598 | DEFUN ("x-display-visual-class", Fx_display_visual_class, | 6598 | DEFUN ("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. |
| 6601 | The value is one of the symbols `static-gray', `gray-scale', | 6601 | The 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 | ||
| 8010 | DEFUN ("w32-select-font", Fw32_select_font, Sw32_select_font, 0, 2, 0, | 8010 | DEFUN ("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. |
| 8012 | Returns an X-style font string corresponding to the selection. | 8012 | Return an X-style font string corresponding to the selection. |
| 8013 | 8013 | ||
| 8014 | If FRAME is omitted or nil, it defaults to the selected frame. | 8014 | If FRAME is omitted or nil, it defaults to the selected frame. |
| 8015 | If INCLUDE-PROPORTIONAL is non-nil, include proportional fonts | 8015 | If INCLUDE-PROPORTIONAL is non-nil, include proportional fonts |