aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-15 09:36:34 +0000
committerJuanma Barranquero2007-11-15 09:36:34 +0000
commit43831a0c63b21bb66747c3f7e474fa1273a4161b (patch)
tree90985f8f85bb7911e6668519fc6dde92a7edf50c /src
parentc527f5b038de30ec62c52776871e0814adba0f8e (diff)
downloademacs-43831a0c63b21bb66747c3f7e474fa1273a4161b.tar.gz
emacs-43831a0c63b21bb66747c3f7e474fa1273a4161b.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 f2d435eb740..411340e8ad7 100644
--- a/src/macfns.c
+++ b/src/macfns.c
@@ -2488,7 +2488,7 @@ unwind_create_frame (frame)
2488DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, 2488DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
2489 1, 1, 0, 2489 1, 1, 0,
2490 doc: /* Make a new window, which is called a "frame" in Emacs terms. 2490 doc: /* Make a new window, which is called a "frame" in Emacs terms.
2491Returns an Emacs frame object. 2491Return an Emacs frame object.
2492ALIST is an alist of frame parameters. 2492ALIST is an alist of frame parameters.
2493If the parameters specify that the frame should not have a minibuffer, 2493If the parameters specify that the frame should not have a minibuffer,
2494and do not specify a specific minibuffer window to use, 2494and do not specify a specific minibuffer window to use,
@@ -2948,7 +2948,7 @@ If omitted or nil, that stands for the selected frame's display. */)
2948 2948
2949DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width, 2949DEFUN ("x-display-pixel-width", Fx_display_pixel_width, Sx_display_pixel_width,
2950 0, 1, 0, 2950 0, 1, 0,
2951 doc: /* Returns the width in pixels of DISPLAY. 2951 doc: /* Return the width in pixels of DISPLAY.
2952The optional argument DISPLAY specifies which display to ask about. 2952The optional argument DISPLAY specifies which display to ask about.
2953DISPLAY should be either a frame or a display name (a string). 2953DISPLAY should be either a frame or a display name (a string).
2954If omitted or nil, that stands for the selected frame's display. */) 2954If omitted or nil, that stands for the selected frame's display. */)
@@ -2962,7 +2962,7 @@ If omitted or nil, that stands for the selected frame's display. */)
2962 2962
2963DEFUN ("x-display-pixel-height", Fx_display_pixel_height, 2963DEFUN ("x-display-pixel-height", Fx_display_pixel_height,
2964 Sx_display_pixel_height, 0, 1, 0, 2964 Sx_display_pixel_height, 0, 1, 0,
2965 doc: /* Returns the height in pixels of DISPLAY. 2965 doc: /* Return the height in pixels of DISPLAY.
2966The optional argument DISPLAY specifies which display to ask about. 2966The optional argument DISPLAY specifies which display to ask about.
2967DISPLAY should be either a frame or a display name (a string). 2967DISPLAY should be either a frame or a display name (a string).
2968If omitted or nil, that stands for the selected frame's display. */) 2968If omitted or nil, that stands for the selected frame's display. */)
@@ -2976,7 +2976,7 @@ If omitted or nil, that stands for the selected frame's display. */)
2976 2976
2977DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, 2977DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes,
2978 0, 1, 0, 2978 0, 1, 0,
2979 doc: /* Returns the number of bitplanes of DISPLAY. 2979 doc: /* Return the number of bitplanes of DISPLAY.
2980The optional argument DISPLAY specifies which display to ask about. 2980The optional argument DISPLAY specifies which display to ask about.
2981DISPLAY should be either a frame or a display name (a string). 2981DISPLAY should be either a frame or a display name (a string).
2982If omitted or nil, that stands for the selected frame's display. */) 2982If omitted or nil, that stands for the selected frame's display. */)
@@ -2990,7 +2990,7 @@ If omitted or nil, that stands for the selected frame's display. */)
2990 2990
2991DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, 2991DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells,
2992 0, 1, 0, 2992 0, 1, 0,
2993 doc: /* Returns the number of color cells of DISPLAY. 2993 doc: /* Return the number of color cells of DISPLAY.
2994The optional argument DISPLAY specifies which display to ask about. 2994The optional argument DISPLAY specifies which display to ask about.
2995DISPLAY should be either a frame or a display name (a string). 2995DISPLAY should be either a frame or a display name (a string).
2996If omitted or nil, that stands for the selected frame's display. */) 2996If omitted or nil, that stands for the selected frame's display. */)
@@ -3006,7 +3006,7 @@ If omitted or nil, that stands for the selected frame's display. */)
3006DEFUN ("x-server-max-request-size", Fx_server_max_request_size, 3006DEFUN ("x-server-max-request-size", Fx_server_max_request_size,
3007 Sx_server_max_request_size, 3007 Sx_server_max_request_size,
3008 0, 1, 0, 3008 0, 1, 0,
3009 doc: /* Returns the maximum request size of the server of DISPLAY. 3009 doc: /* Return the maximum request size of the server of DISPLAY.
3010The optional argument DISPLAY specifies which display to ask about. 3010The optional argument DISPLAY specifies which display to ask about.
3011DISPLAY should be either a frame or a display name (a string). 3011DISPLAY should be either a frame or a display name (a string).
3012If omitted or nil, that stands for the selected frame's display. */) 3012If omitted or nil, that stands for the selected frame's display. */)
@@ -3019,7 +3019,7 @@ If omitted or nil, that stands for the selected frame's display. */)
3019} 3019}
3020 3020
3021DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, 3021DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0,
3022 doc: /* Returns the "vendor ID" string of the Mac OS system (Apple). 3022 doc: /* Return the "vendor ID" string of the Mac OS system (Apple).
3023The optional argument DISPLAY specifies which display to ask about. 3023The optional argument DISPLAY specifies which display to ask about.
3024DISPLAY should be either a frame or a display name (a string). 3024DISPLAY should be either a frame or a display name (a string).
3025If omitted or nil, that stands for the selected frame's display. */) 3025If omitted or nil, that stands for the selected frame's display. */)
@@ -3030,7 +3030,7 @@ If omitted or nil, that stands for the selected frame's display. */)
3030} 3030}
3031 3031
3032DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, 3032DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,
3033 doc: /* Returns the version numbers of the Mac OS system. 3033 doc: /* Return the version numbers of the Mac OS system.
3034The value is a list of three integers: the major and minor 3034The value is a list of three integers: the major and minor
3035version numbers, and the vendor-specific release 3035version numbers, and the vendor-specific release
3036number. See also the function `x-server-vendor'. 3036number. See also the function `x-server-vendor'.
@@ -3164,7 +3164,7 @@ If omitted or nil, that stands for the selected frame's display. */)
3164 3164
3165DEFUN ("x-display-backing-store", Fx_display_backing_store, 3165DEFUN ("x-display-backing-store", Fx_display_backing_store,
3166 Sx_display_backing_store, 0, 1, 0, 3166 Sx_display_backing_store, 0, 1, 0,
3167 doc: /* Returns an indication of whether DISPLAY does backing store. 3167 doc: /* Return an indication of whether DISPLAY does backing store.
3168The value may be `always', `when-mapped', or `not-useful'. 3168The value may be `always', `when-mapped', or `not-useful'.
3169The optional argument DISPLAY specifies which display to ask about. 3169The optional argument DISPLAY specifies which display to ask about.
3170DISPLAY should be either a frame or a display name (a string). 3170DISPLAY should be either a frame or a display name (a string).
@@ -3177,7 +3177,7 @@ If omitted or nil, that stands for the selected frame's display. */)
3177 3177
3178DEFUN ("x-display-visual-class", Fx_display_visual_class, 3178DEFUN ("x-display-visual-class", Fx_display_visual_class,
3179 Sx_display_visual_class, 0, 1, 0, 3179 Sx_display_visual_class, 0, 1, 0,
3180 doc: /* Returns the visual class of DISPLAY. 3180 doc: /* Return the visual class of DISPLAY.
3181The value is one of the symbols `static-gray', `gray-scale', 3181The value is one of the symbols `static-gray', `gray-scale',
3182`static-color', `pseudo-color', `true-color', or `direct-color'. 3182`static-color', `pseudo-color', `true-color', or `direct-color'.
3183 3183
@@ -3208,7 +3208,7 @@ If omitted or nil, that stands for the selected frame's display. */)
3208 3208
3209DEFUN ("x-display-save-under", Fx_display_save_under, 3209DEFUN ("x-display-save-under", Fx_display_save_under,
3210 Sx_display_save_under, 0, 1, 0, 3210 Sx_display_save_under, 0, 1, 0,
3211 doc: /* Returns t if DISPLAY supports the save-under feature. 3211 doc: /* Return t if DISPLAY supports the save-under feature.
3212The optional argument DISPLAY specifies which display to ask about. 3212The optional argument DISPLAY specifies which display to ask about.
3213DISPLAY should be either a frame or a display name (a string). 3213DISPLAY should be either a frame or a display name (a string).
3214If omitted or nil, that stands for the selected frame's display. */) 3214If omitted or nil, that stands for the selected frame's display. */)