aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-14 17:32:51 +0000
committerJuanma Barranquero2007-11-14 17:32:51 +0000
commit87da51769e7bc6cd2ffd0044cabedf4903ce0afb (patch)
tree676832eaeadc1202617613655171310e6b38ff5c /src
parent02b39a28f906417f4f1904189e26e4eea1b2744a (diff)
downloademacs-87da51769e7bc6cd2ffd0044cabedf4903ce0afb.tar.gz
emacs-87da51769e7bc6cd2ffd0044cabedf4903ce0afb.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_visual_class, Fx_display_save_under): Fix typos in docstrings.
Diffstat (limited to 'src')
-rw-r--r--src/macfns.c22
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)
2513DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, 2513DEFUN ("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.
2516Returns an Emacs frame object. 2516Return an Emacs frame object.
2517PARAMETERS is an alist of frame parameters. 2517PARAMETERS is an alist of frame parameters.
2518If the parameters specify that the frame should not have a minibuffer, 2518If the parameters specify that the frame should not have a minibuffer,
2519and do not specify a specific minibuffer window to use, 2519and 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
2976DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width, 2976DEFUN ("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.
2979The optional argument DISPLAY specifies which display to ask about. 2979The optional argument DISPLAY specifies which display to ask about.
2980DISPLAY should be either a frame or a display name (a string). 2980DISPLAY should be either a frame or a display name (a string).
2981If omitted or nil, that stands for the selected frame's display. */) 2981If 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
2990DEFUN ("x-display-pixel-height", Fx_display_pixel_height, 2990DEFUN ("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.
2993The optional argument DISPLAY specifies which display to ask about. 2993The optional argument DISPLAY specifies which display to ask about.
2994DISPLAY should be either a frame or a display name (a string). 2994DISPLAY should be either a frame or a display name (a string).
2995If omitted or nil, that stands for the selected frame's display. */) 2995If 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
3004DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, 3004DEFUN ("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.
3007The optional argument DISPLAY specifies which display to ask about. 3007The optional argument DISPLAY specifies which display to ask about.
3008DISPLAY should be either a frame or a display name (a string). 3008DISPLAY should be either a frame or a display name (a string).
3009If omitted or nil, that stands for the selected frame's display. */) 3009If 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
3018DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, 3018DEFUN ("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.
3021The optional argument DISPLAY specifies which display to ask about. 3021The optional argument DISPLAY specifies which display to ask about.
3022DISPLAY should be either a frame or a display name (a string). 3022DISPLAY should be either a frame or a display name (a string).
3023If omitted or nil, that stands for the selected frame's display. */) 3023If 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. */)
3033DEFUN ("x-server-max-request-size", Fx_server_max_request_size, 3033DEFUN ("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.
3037The optional argument DISPLAY specifies which display to ask about. 3037The optional argument DISPLAY specifies which display to ask about.
3038DISPLAY should be either a frame or a display name (a string). 3038DISPLAY should be either a frame or a display name (a string).
3039If omitted or nil, that stands for the selected frame's display. */) 3039If 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
3048DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, 3048DEFUN ("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).
3050The optional argument DISPLAY specifies which display to ask about. 3050The optional argument DISPLAY specifies which display to ask about.
3051DISPLAY should be either a frame or a display name (a string). 3051DISPLAY should be either a frame or a display name (a string).
3052If omitted or nil, that stands for the selected frame's display. */) 3052If 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
3059DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, 3059DEFUN ("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.
3061The value is a list of three integers: the major and minor 3061The value is a list of three integers: the major and minor
3062version numbers, and the vendor-specific release 3062version numbers, and the vendor-specific release
3063number. See also the function `x-server-vendor'. 3063number. 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
3192DEFUN ("x-display-backing-store", Fx_display_backing_store, 3192DEFUN ("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.
3195The value may be `always', `when-mapped', or `not-useful'. 3195The value may be `always', `when-mapped', or `not-useful'.
3196The optional argument DISPLAY specifies which display to ask about. 3196The optional argument DISPLAY specifies which display to ask about.
3197DISPLAY should be either a frame or a display name (a string). 3197DISPLAY 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
3205DEFUN ("x-display-visual-class", Fx_display_visual_class, 3205DEFUN ("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.
3208The value is one of the symbols `static-gray', `gray-scale', 3208The 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
3236DEFUN ("x-display-save-under", Fx_display_save_under, 3236DEFUN ("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.
3239The optional argument DISPLAY specifies which display to ask about. 3239The optional argument DISPLAY specifies which display to ask about.
3240DISPLAY should be either a frame or a display name (a string). 3240DISPLAY should be either a frame or a display name (a string).
3241If omitted or nil, that stands for the selected frame's display. */) 3241If omitted or nil, that stands for the selected frame's display. */)