diff options
| author | Juanma Barranquero | 2007-11-15 09:24:41 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-15 09:24:41 +0000 |
| commit | 7a9e614e0872d00c6e28cb974b7b8090a6c76844 (patch) | |
| tree | f318f42e5f0c508cb98524a69d0cc081b7d59bc4 /src | |
| parent | d4f60741a4a08933d65bc2911f6f0b8bab415bb8 (diff) | |
| download | emacs-7a9e614e0872d00c6e28cb974b7b8090a6c76844.tar.gz emacs-7a9e614e0872d00c6e28cb974b7b8090a6c76844.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_backing_store,
Fx_display_save_under): Fix typos in docstrings.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/xfns.c b/src/xfns.c index f0cb26b72b4..3963311b1f4 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3036,7 +3036,7 @@ unwind_create_frame (frame) | |||
| 3036 | DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, | 3036 | DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, |
| 3037 | 1, 1, 0, | 3037 | 1, 1, 0, |
| 3038 | doc: /* Make a new X window, which is called a "frame" in Emacs terms. | 3038 | doc: /* Make a new X window, which is called a "frame" in Emacs terms. |
| 3039 | Returns an Emacs frame object. | 3039 | Return an Emacs frame object. |
| 3040 | ALIST is an alist of frame parameters. | 3040 | ALIST is an alist of frame parameters. |
| 3041 | If the parameters specify that the frame should not have a minibuffer, | 3041 | If the parameters specify that the frame should not have a minibuffer, |
| 3042 | and do not specify a specific minibuffer window to use, | 3042 | and do not specify a specific minibuffer window to use, |
| @@ -3593,7 +3593,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3593 | 3593 | ||
| 3594 | DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width, | 3594 | DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width, |
| 3595 | 0, 1, 0, | 3595 | 0, 1, 0, |
| 3596 | doc: /* Returns the width in pixels of the X display DISPLAY. | 3596 | doc: /* Return the width in pixels of the X display DISPLAY. |
| 3597 | The optional argument DISPLAY specifies which display to ask about. | 3597 | The optional argument DISPLAY specifies which display to ask about. |
| 3598 | DISPLAY should be either a frame or a display name (a string). | 3598 | DISPLAY should be either a frame or a display name (a string). |
| 3599 | If omitted or nil, that stands for the selected frame's display. */) | 3599 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3607,7 +3607,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3607 | 3607 | ||
| 3608 | DEFUN ("x-display-pixel-height", Fx_display_pixel_height, | 3608 | DEFUN ("x-display-pixel-height", Fx_display_pixel_height, |
| 3609 | Sx_display_pixel_height, 0, 1, 0, | 3609 | Sx_display_pixel_height, 0, 1, 0, |
| 3610 | doc: /* Returns the height in pixels of the X display DISPLAY. | 3610 | doc: /* Return the height in pixels of the X display DISPLAY. |
| 3611 | The optional argument DISPLAY specifies which display to ask about. | 3611 | The optional argument DISPLAY specifies which display to ask about. |
| 3612 | DISPLAY should be either a frame or a display name (a string). | 3612 | DISPLAY should be either a frame or a display name (a string). |
| 3613 | If omitted or nil, that stands for the selected frame's display. */) | 3613 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3621,7 +3621,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3621 | 3621 | ||
| 3622 | DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, | 3622 | DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, |
| 3623 | 0, 1, 0, | 3623 | 0, 1, 0, |
| 3624 | doc: /* Returns the number of bitplanes of the X display DISPLAY. | 3624 | doc: /* Return the number of bitplanes of the X display DISPLAY. |
| 3625 | The optional argument DISPLAY specifies which display to ask about. | 3625 | The optional argument DISPLAY specifies which display to ask about. |
| 3626 | DISPLAY should be either a frame or a display name (a string). | 3626 | DISPLAY should be either a frame or a display name (a string). |
| 3627 | If omitted or nil, that stands for the selected frame's display. */) | 3627 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3635,7 +3635,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3635 | 3635 | ||
| 3636 | DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, | 3636 | DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, |
| 3637 | 0, 1, 0, | 3637 | 0, 1, 0, |
| 3638 | doc: /* Returns the number of color cells of the X display DISPLAY. | 3638 | doc: /* Return the number of color cells of the X display DISPLAY. |
| 3639 | The optional argument DISPLAY specifies which display to ask about. | 3639 | The optional argument DISPLAY specifies which display to ask about. |
| 3640 | DISPLAY should be either a frame or a display name (a string). | 3640 | DISPLAY should be either a frame or a display name (a string). |
| 3641 | If omitted or nil, that stands for the selected frame's display. */) | 3641 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3660,7 +3660,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3660 | DEFUN ("x-server-max-request-size", Fx_server_max_request_size, | 3660 | DEFUN ("x-server-max-request-size", Fx_server_max_request_size, |
| 3661 | Sx_server_max_request_size, | 3661 | Sx_server_max_request_size, |
| 3662 | 0, 1, 0, | 3662 | 0, 1, 0, |
| 3663 | doc: /* Returns the maximum request size of the X server of display DISPLAY. | 3663 | doc: /* Return the maximum request size of the X server of display DISPLAY. |
| 3664 | The optional argument DISPLAY specifies which display to ask about. | 3664 | The optional argument DISPLAY specifies which display to ask about. |
| 3665 | DISPLAY should be either a frame or a display name (a string). | 3665 | DISPLAY should be either a frame or a display name (a string). |
| 3666 | If omitted or nil, that stands for the selected frame's display. */) | 3666 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3673,7 +3673,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3673 | } | 3673 | } |
| 3674 | 3674 | ||
| 3675 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, | 3675 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, |
| 3676 | doc: /* Returns the "vendor ID" string of the X server of display DISPLAY. | 3676 | doc: /* Return the "vendor ID" string of the X server of display DISPLAY. |
| 3677 | \(Labelling every distributor as a "vendor" embodies the false assumption | 3677 | \(Labelling every distributor as a "vendor" embodies the false assumption |
| 3678 | that operating systems cannot be developed and distributed noncommercially.) | 3678 | that operating systems cannot be developed and distributed noncommercially.) |
| 3679 | The optional argument DISPLAY specifies which display to ask about. | 3679 | The optional argument DISPLAY specifies which display to ask about. |
| @@ -3690,7 +3690,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3690 | } | 3690 | } |
| 3691 | 3691 | ||
| 3692 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, | 3692 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, |
| 3693 | doc: /* Returns the version numbers of the X server of display DISPLAY. | 3693 | doc: /* Return the version numbers of the X server of display DISPLAY. |
| 3694 | The value is a list of three integers: the major and minor | 3694 | The value is a list of three integers: the major and minor |
| 3695 | version numbers of the X Protocol in use, and the distributor-specific release | 3695 | version numbers of the X Protocol in use, and the distributor-specific release |
| 3696 | number. See also the function `x-server-vendor'. | 3696 | number. See also the function `x-server-vendor'. |
| @@ -3750,7 +3750,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3750 | 3750 | ||
| 3751 | DEFUN ("x-display-backing-store", Fx_display_backing_store, | 3751 | DEFUN ("x-display-backing-store", Fx_display_backing_store, |
| 3752 | Sx_display_backing_store, 0, 1, 0, | 3752 | Sx_display_backing_store, 0, 1, 0, |
| 3753 | doc: /* Returns an indication of whether X display DISPLAY does backing store. | 3753 | doc: /* Return an indication of whether X display DISPLAY does backing store. |
| 3754 | The value may be `always', `when-mapped', or `not-useful'. | 3754 | The value may be `always', `when-mapped', or `not-useful'. |
| 3755 | The optional argument DISPLAY specifies which display to ask about. | 3755 | The optional argument DISPLAY specifies which display to ask about. |
| 3756 | DISPLAY should be either a frame or a display name (a string). | 3756 | DISPLAY should be either a frame or a display name (a string). |
| @@ -3828,7 +3828,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3828 | 3828 | ||
| 3829 | DEFUN ("x-display-save-under", Fx_display_save_under, | 3829 | DEFUN ("x-display-save-under", Fx_display_save_under, |
| 3830 | Sx_display_save_under, 0, 1, 0, | 3830 | Sx_display_save_under, 0, 1, 0, |
| 3831 | doc: /* Returns t if the X display DISPLAY supports the save-under feature. | 3831 | doc: /* Return t if the X display DISPLAY supports the save-under feature. |
| 3832 | The optional argument DISPLAY specifies which display to ask about. | 3832 | The optional argument DISPLAY specifies which display to ask about. |
| 3833 | DISPLAY should be either a frame or a display name (a string). | 3833 | DISPLAY should be either a frame or a display name (a string). |
| 3834 | If omitted or nil, that stands for the selected frame's display. */) | 3834 | If omitted or nil, that stands for the selected frame's display. */) |