diff options
| author | Juanma Barranquero | 2007-11-15 09:33:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-15 09:33:33 +0000 |
| commit | c527f5b038de30ec62c52776871e0814adba0f8e (patch) | |
| tree | 81845eb7ac668cd2688d6618665e377274019d33 /src | |
| parent | 7a9e614e0872d00c6e28cb974b7b8090a6c76844 (diff) | |
| download | emacs-c527f5b038de30ec62c52776871e0814adba0f8e.tar.gz emacs-c527f5b038de30ec62c52776871e0814adba0f8e.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, Fx_display_save_under): Fix typos in docstrings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index d86d2f1e39a..a006531f2b3 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -4130,7 +4130,7 @@ unwind_create_frame (frame) | |||
| 4130 | DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, | 4130 | DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, |
| 4131 | 1, 1, 0, | 4131 | 1, 1, 0, |
| 4132 | doc: /* Make a new window, which is called a \"frame\" in Emacs terms. | 4132 | doc: /* Make a new window, which is called a \"frame\" in Emacs terms. |
| 4133 | Returns an Emacs frame object. | 4133 | Return an Emacs frame object. |
| 4134 | PARAMETERS is an alist of frame parameters. | 4134 | PARAMETERS is an alist of frame parameters. |
| 4135 | If the parameters specify that the frame should not have a minibuffer, | 4135 | If the parameters specify that the frame should not have a minibuffer, |
| 4136 | and do not specify a specific minibuffer window to use, | 4136 | and do not specify a specific minibuffer window to use, |
| @@ -6389,7 +6389,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6389 | 6389 | ||
| 6390 | DEFUN ("x-display-pixel-width", Fx_display_pixel_width, | 6390 | DEFUN ("x-display-pixel-width", Fx_display_pixel_width, |
| 6391 | Sx_display_pixel_width, 0, 1, 0, | 6391 | Sx_display_pixel_width, 0, 1, 0, |
| 6392 | doc: /* Returns the width in pixels of DISPLAY. | 6392 | doc: /* Return the width in pixels of DISPLAY. |
| 6393 | The optional argument DISPLAY specifies which display to ask about. | 6393 | The optional argument DISPLAY specifies which display to ask about. |
| 6394 | DISPLAY should be either a frame or a display name (a string). | 6394 | DISPLAY should be either a frame or a display name (a string). |
| 6395 | If omitted or nil, that stands for the selected frame's display. */) | 6395 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -6403,7 +6403,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6403 | 6403 | ||
| 6404 | DEFUN ("x-display-pixel-height", Fx_display_pixel_height, | 6404 | DEFUN ("x-display-pixel-height", Fx_display_pixel_height, |
| 6405 | Sx_display_pixel_height, 0, 1, 0, | 6405 | Sx_display_pixel_height, 0, 1, 0, |
| 6406 | doc: /* Returns the height in pixels of DISPLAY. | 6406 | doc: /* Return the height in pixels of DISPLAY. |
| 6407 | The optional argument DISPLAY specifies which display to ask about. | 6407 | The optional argument DISPLAY specifies which display to ask about. |
| 6408 | DISPLAY should be either a frame or a display name (a string). | 6408 | DISPLAY should be either a frame or a display name (a string). |
| 6409 | If omitted or nil, that stands for the selected frame's display. */) | 6409 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -6417,7 +6417,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6417 | 6417 | ||
| 6418 | DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, | 6418 | DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, |
| 6419 | 0, 1, 0, | 6419 | 0, 1, 0, |
| 6420 | doc: /* Returns the number of bitplanes of DISPLAY. | 6420 | doc: /* Return the number of bitplanes of DISPLAY. |
| 6421 | The optional argument DISPLAY specifies which display to ask about. | 6421 | The optional argument DISPLAY specifies which display to ask about. |
| 6422 | DISPLAY should be either a frame or a display name (a string). | 6422 | DISPLAY should be either a frame or a display name (a string). |
| 6423 | If omitted or nil, that stands for the selected frame's display. */) | 6423 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -6431,7 +6431,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6431 | 6431 | ||
| 6432 | DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, | 6432 | DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, |
| 6433 | 0, 1, 0, | 6433 | 0, 1, 0, |
| 6434 | doc: /* Returns the number of color cells of DISPLAY. | 6434 | doc: /* Return the number of color cells of DISPLAY. |
| 6435 | The optional argument DISPLAY specifies which display to ask about. | 6435 | The optional argument DISPLAY specifies which display to ask about. |
| 6436 | DISPLAY should be either a frame or a display name (a string). | 6436 | DISPLAY should be either a frame or a display name (a string). |
| 6437 | If omitted or nil, that stands for the selected frame's display. */) | 6437 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -6461,7 +6461,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6461 | DEFUN ("x-server-max-request-size", Fx_server_max_request_size, | 6461 | DEFUN ("x-server-max-request-size", Fx_server_max_request_size, |
| 6462 | Sx_server_max_request_size, | 6462 | Sx_server_max_request_size, |
| 6463 | 0, 1, 0, | 6463 | 0, 1, 0, |
| 6464 | doc: /* Returns the maximum request size of the server of DISPLAY. | 6464 | doc: /* Return the maximum request size of the server of DISPLAY. |
| 6465 | The optional argument DISPLAY specifies which display to ask about. | 6465 | The optional argument DISPLAY specifies which display to ask about. |
| 6466 | DISPLAY should be either a frame or a display name (a string). | 6466 | DISPLAY should be either a frame or a display name (a string). |
| 6467 | If omitted or nil, that stands for the selected frame's display. */) | 6467 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -6474,7 +6474,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6474 | } | 6474 | } |
| 6475 | 6475 | ||
| 6476 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, | 6476 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, |
| 6477 | doc: /* Returns the "vendor ID" string of the W32 system (Microsoft). | 6477 | doc: /* Return the "vendor ID" string of the W32 system (Microsoft). |
| 6478 | The optional argument DISPLAY specifies which display to ask about. | 6478 | The optional argument DISPLAY specifies which display to ask about. |
| 6479 | DISPLAY should be either a frame or a display name (a string). | 6479 | DISPLAY should be either a frame or a display name (a string). |
| 6480 | If omitted or nil, that stands for the selected frame's display. */) | 6480 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -6485,7 +6485,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6485 | } | 6485 | } |
| 6486 | 6486 | ||
| 6487 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, | 6487 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, |
| 6488 | doc: /* Returns the version numbers of the server of DISPLAY. | 6488 | doc: /* Return the version numbers of the server of DISPLAY. |
| 6489 | The value is a list of three integers: the major and minor | 6489 | The value is a list of three integers: the major and minor |
| 6490 | version numbers of the X Protocol in use, and the distributor-specific | 6490 | version numbers of the X Protocol in use, and the distributor-specific |
| 6491 | release number. See also the function `x-server-vendor'. | 6491 | release number. See also the function `x-server-vendor'. |
| @@ -6502,7 +6502,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6502 | } | 6502 | } |
| 6503 | 6503 | ||
| 6504 | DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0, | 6504 | DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0, |
| 6505 | doc: /* Returns the number of screens on the server of DISPLAY. | 6505 | doc: /* Return the number of screens on the server of DISPLAY. |
| 6506 | The optional argument DISPLAY specifies which display to ask about. | 6506 | The optional argument DISPLAY specifies which display to ask about. |
| 6507 | DISPLAY should be either a frame or a display name (a string). | 6507 | DISPLAY should be either a frame or a display name (a string). |
| 6508 | If omitted or nil, that stands for the selected frame's display. */) | 6508 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -6514,7 +6514,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6514 | 6514 | ||
| 6515 | DEFUN ("x-display-mm-height", Fx_display_mm_height, | 6515 | DEFUN ("x-display-mm-height", Fx_display_mm_height, |
| 6516 | Sx_display_mm_height, 0, 1, 0, | 6516 | Sx_display_mm_height, 0, 1, 0, |
| 6517 | doc: /* Returns the height in millimeters of DISPLAY. | 6517 | doc: /* Return the height in millimeters of DISPLAY. |
| 6518 | The optional argument DISPLAY specifies which display to ask about. | 6518 | The optional argument DISPLAY specifies which display to ask about. |
| 6519 | DISPLAY should be either a frame or a display name (a string). | 6519 | DISPLAY should be either a frame or a display name (a string). |
| 6520 | If omitted or nil, that stands for the selected frame's display. */) | 6520 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -6535,7 +6535,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6535 | } | 6535 | } |
| 6536 | 6536 | ||
| 6537 | DEFUN ("x-display-mm-width", Fx_display_mm_width, Sx_display_mm_width, 0, 1, 0, | 6537 | DEFUN ("x-display-mm-width", Fx_display_mm_width, Sx_display_mm_width, 0, 1, 0, |
| 6538 | doc: /* Returns the width in millimeters of DISPLAY. | 6538 | doc: /* Return the width in millimeters of DISPLAY. |
| 6539 | The optional argument DISPLAY specifies which display to ask about. | 6539 | The optional argument DISPLAY specifies which display to ask about. |
| 6540 | DISPLAY should be either a frame or a display name (a string). | 6540 | DISPLAY should be either a frame or a display name (a string). |
| 6541 | If omitted or nil, that stands for the selected frame's display. */) | 6541 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -6558,7 +6558,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6558 | 6558 | ||
| 6559 | DEFUN ("x-display-backing-store", Fx_display_backing_store, | 6559 | DEFUN ("x-display-backing-store", Fx_display_backing_store, |
| 6560 | Sx_display_backing_store, 0, 1, 0, | 6560 | Sx_display_backing_store, 0, 1, 0, |
| 6561 | doc: /* Returns an indication of whether DISPLAY does backing store. | 6561 | doc: /* Return an indication of whether DISPLAY does backing store. |
| 6562 | The value may be `always', `when-mapped', or `not-useful'. | 6562 | The value may be `always', `when-mapped', or `not-useful'. |
| 6563 | The optional argument DISPLAY specifies which display to ask about. | 6563 | The optional argument DISPLAY specifies which display to ask about. |
| 6564 | DISPLAY should be either a frame or a display name (a string). | 6564 | DISPLAY should be either a frame or a display name (a string). |
| @@ -6571,7 +6571,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6571 | 6571 | ||
| 6572 | DEFUN ("x-display-visual-class", Fx_display_visual_class, | 6572 | DEFUN ("x-display-visual-class", Fx_display_visual_class, |
| 6573 | Sx_display_visual_class, 0, 1, 0, | 6573 | Sx_display_visual_class, 0, 1, 0, |
| 6574 | doc: /* Returns the visual class of DISPLAY. | 6574 | doc: /* Return the visual class of DISPLAY. |
| 6575 | The value is one of the symbols `static-gray', `gray-scale', | 6575 | The value is one of the symbols `static-gray', `gray-scale', |
| 6576 | `static-color', `pseudo-color', `true-color', or `direct-color'. | 6576 | `static-color', `pseudo-color', `true-color', or `direct-color'. |
| 6577 | 6577 | ||
| @@ -6598,7 +6598,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6598 | 6598 | ||
| 6599 | DEFUN ("x-display-save-under", Fx_display_save_under, | 6599 | DEFUN ("x-display-save-under", Fx_display_save_under, |
| 6600 | Sx_display_save_under, 0, 1, 0, | 6600 | Sx_display_save_under, 0, 1, 0, |
| 6601 | doc: /* Returns t if DISPLAY supports the save-under feature. | 6601 | doc: /* Return t if DISPLAY supports the save-under feature. |
| 6602 | The optional argument DISPLAY specifies which display to ask about. | 6602 | The optional argument DISPLAY specifies which display to ask about. |
| 6603 | DISPLAY should be either a frame or a display name (a string). | 6603 | DISPLAY should be either a frame or a display name (a string). |
| 6604 | If omitted or nil, that stands for the selected frame's display. */) | 6604 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -7979,7 +7979,7 @@ If ONLY-DIR-P is non-nil, the user can only select directories. */) | |||
| 7979 | 7979 | ||
| 7980 | DEFUN ("w32-select-font", Fw32_select_font, Sw32_select_font, 0, 2, 0, | 7980 | DEFUN ("w32-select-font", Fw32_select_font, Sw32_select_font, 0, 2, 0, |
| 7981 | doc: /* Select a font for the named FRAME using the W32 font dialog. | 7981 | doc: /* Select a font for the named FRAME using the W32 font dialog. |
| 7982 | Returns an X-style font string corresponding to the selection. | 7982 | Return an X-style font string corresponding to the selection. |
| 7983 | 7983 | ||
| 7984 | If FRAME is omitted or nil, it defaults to the selected frame. | 7984 | If FRAME is omitted or nil, it defaults to the selected frame. |
| 7985 | If INCLUDE-PROPORTIONAL is non-nil, include proportional fonts | 7985 | If INCLUDE-PROPORTIONAL is non-nil, include proportional fonts |