diff options
| -rw-r--r-- | src/macfns.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/macfns.c b/src/macfns.c index 9161a0b6c6e..1622576f073 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -2513,7 +2513,7 @@ unwind_create_frame (frame) | |||
| 2513 | DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, | 2513 | DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, |
| 2514 | 1, 1, 0, | 2514 | 1, 1, 0, |
| 2515 | doc: /* Make a new window, which is called a "frame" in Emacs terms. | 2515 | doc: /* Make a new window, which is called a "frame" in Emacs terms. |
| 2516 | Returns an Emacs frame object. | 2516 | Return an Emacs frame object. |
| 2517 | PARAMETERS is an alist of frame parameters. | 2517 | PARAMETERS is an alist of frame parameters. |
| 2518 | If the parameters specify that the frame should not have a minibuffer, | 2518 | If the parameters specify that the frame should not have a minibuffer, |
| 2519 | and do not specify a specific minibuffer window to use, | 2519 | and do not specify a specific minibuffer window to use, |
| @@ -2975,7 +2975,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 2975 | 2975 | ||
| 2976 | DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width, | 2976 | DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width, |
| 2977 | 0, 1, 0, | 2977 | 0, 1, 0, |
| 2978 | doc: /* Returns the width in pixels of DISPLAY. | 2978 | doc: /* Return the width in pixels of DISPLAY. |
| 2979 | The optional argument DISPLAY specifies which display to ask about. | 2979 | The optional argument DISPLAY specifies which display to ask about. |
| 2980 | DISPLAY should be either a frame or a display name (a string). | 2980 | DISPLAY should be either a frame or a display name (a string). |
| 2981 | If omitted or nil, that stands for the selected frame's display. */) | 2981 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -2989,7 +2989,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 2989 | 2989 | ||
| 2990 | DEFUN ("x-display-pixel-height", Fx_display_pixel_height, | 2990 | DEFUN ("x-display-pixel-height", Fx_display_pixel_height, |
| 2991 | Sx_display_pixel_height, 0, 1, 0, | 2991 | Sx_display_pixel_height, 0, 1, 0, |
| 2992 | doc: /* Returns the height in pixels of DISPLAY. | 2992 | doc: /* Return the height in pixels of DISPLAY. |
| 2993 | The optional argument DISPLAY specifies which display to ask about. | 2993 | The optional argument DISPLAY specifies which display to ask about. |
| 2994 | DISPLAY should be either a frame or a display name (a string). | 2994 | DISPLAY should be either a frame or a display name (a string). |
| 2995 | If omitted or nil, that stands for the selected frame's display. */) | 2995 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3003,7 +3003,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3003 | 3003 | ||
| 3004 | DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, | 3004 | DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, |
| 3005 | 0, 1, 0, | 3005 | 0, 1, 0, |
| 3006 | doc: /* Returns the number of bitplanes of DISPLAY. | 3006 | doc: /* Return the number of bitplanes of DISPLAY. |
| 3007 | The optional argument DISPLAY specifies which display to ask about. | 3007 | The optional argument DISPLAY specifies which display to ask about. |
| 3008 | DISPLAY should be either a frame or a display name (a string). | 3008 | DISPLAY should be either a frame or a display name (a string). |
| 3009 | If omitted or nil, that stands for the selected frame's display. */) | 3009 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3017,7 +3017,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3017 | 3017 | ||
| 3018 | DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, | 3018 | DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, |
| 3019 | 0, 1, 0, | 3019 | 0, 1, 0, |
| 3020 | doc: /* Returns the number of color cells of DISPLAY. | 3020 | doc: /* Return the number of color cells of DISPLAY. |
| 3021 | The optional argument DISPLAY specifies which display to ask about. | 3021 | The optional argument DISPLAY specifies which display to ask about. |
| 3022 | DISPLAY should be either a frame or a display name (a string). | 3022 | DISPLAY should be either a frame or a display name (a string). |
| 3023 | If omitted or nil, that stands for the selected frame's display. */) | 3023 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3033,7 +3033,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3033 | DEFUN ("x-server-max-request-size", Fx_server_max_request_size, | 3033 | DEFUN ("x-server-max-request-size", Fx_server_max_request_size, |
| 3034 | Sx_server_max_request_size, | 3034 | Sx_server_max_request_size, |
| 3035 | 0, 1, 0, | 3035 | 0, 1, 0, |
| 3036 | doc: /* Returns the maximum request size of the server of DISPLAY. | 3036 | doc: /* Return the maximum request size of the server of DISPLAY. |
| 3037 | The optional argument DISPLAY specifies which display to ask about. | 3037 | The optional argument DISPLAY specifies which display to ask about. |
| 3038 | DISPLAY should be either a frame or a display name (a string). | 3038 | DISPLAY should be either a frame or a display name (a string). |
| 3039 | If omitted or nil, that stands for the selected frame's display. */) | 3039 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3046,7 +3046,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3046 | } | 3046 | } |
| 3047 | 3047 | ||
| 3048 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, | 3048 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, |
| 3049 | doc: /* Returns the "vendor ID" string of the Mac OS system (Apple). | 3049 | doc: /* Return the "vendor ID" string of the Mac OS system (Apple). |
| 3050 | The optional argument DISPLAY specifies which display to ask about. | 3050 | The optional argument DISPLAY specifies which display to ask about. |
| 3051 | DISPLAY should be either a frame or a display name (a string). | 3051 | DISPLAY should be either a frame or a display name (a string). |
| 3052 | If omitted or nil, that stands for the selected frame's display. */) | 3052 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3057,7 +3057,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3057 | } | 3057 | } |
| 3058 | 3058 | ||
| 3059 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, | 3059 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, |
| 3060 | doc: /* Returns the version numbers of the Mac OS system. | 3060 | doc: /* Return the version numbers of the Mac OS system. |
| 3061 | The value is a list of three integers: the major and minor | 3061 | The value is a list of three integers: the major and minor |
| 3062 | version numbers, and the vendor-specific release | 3062 | version numbers, and the vendor-specific release |
| 3063 | number. See also the function `x-server-vendor'. | 3063 | number. See also the function `x-server-vendor'. |
| @@ -3191,7 +3191,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3191 | 3191 | ||
| 3192 | DEFUN ("x-display-backing-store", Fx_display_backing_store, | 3192 | DEFUN ("x-display-backing-store", Fx_display_backing_store, |
| 3193 | Sx_display_backing_store, 0, 1, 0, | 3193 | Sx_display_backing_store, 0, 1, 0, |
| 3194 | doc: /* Returns an indication of whether DISPLAY does backing store. | 3194 | doc: /* Return an indication of whether DISPLAY does backing store. |
| 3195 | The value may be `always', `when-mapped', or `not-useful'. | 3195 | The value may be `always', `when-mapped', or `not-useful'. |
| 3196 | The optional argument DISPLAY specifies which display to ask about. | 3196 | The optional argument DISPLAY specifies which display to ask about. |
| 3197 | DISPLAY should be either a frame or a display name (a string). | 3197 | DISPLAY should be either a frame or a display name (a string). |
| @@ -3204,7 +3204,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3204 | 3204 | ||
| 3205 | DEFUN ("x-display-visual-class", Fx_display_visual_class, | 3205 | DEFUN ("x-display-visual-class", Fx_display_visual_class, |
| 3206 | Sx_display_visual_class, 0, 1, 0, | 3206 | Sx_display_visual_class, 0, 1, 0, |
| 3207 | doc: /* Returns the visual class of DISPLAY. | 3207 | doc: /* Return the visual class of DISPLAY. |
| 3208 | The value is one of the symbols `static-gray', `gray-scale', | 3208 | The value is one of the symbols `static-gray', `gray-scale', |
| 3209 | `static-color', `pseudo-color', `true-color', or `direct-color'. | 3209 | `static-color', `pseudo-color', `true-color', or `direct-color'. |
| 3210 | 3210 | ||
| @@ -3235,7 +3235,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3235 | 3235 | ||
| 3236 | DEFUN ("x-display-save-under", Fx_display_save_under, | 3236 | DEFUN ("x-display-save-under", Fx_display_save_under, |
| 3237 | Sx_display_save_under, 0, 1, 0, | 3237 | Sx_display_save_under, 0, 1, 0, |
| 3238 | doc: /* Returns t if DISPLAY supports the save-under feature. | 3238 | doc: /* Return t if DISPLAY supports the save-under feature. |
| 3239 | The optional argument DISPLAY specifies which display to ask about. | 3239 | The optional argument DISPLAY specifies which display to ask about. |
| 3240 | DISPLAY should be either a frame or a display name (a string). | 3240 | DISPLAY should be either a frame or a display name (a string). |
| 3241 | If omitted or nil, that stands for the selected frame's display. */) | 3241 | If omitted or nil, that stands for the selected frame's display. */) |