aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-15 09:33:33 +0000
committerJuanma Barranquero2007-11-15 09:33:33 +0000
commitc527f5b038de30ec62c52776871e0814adba0f8e (patch)
tree81845eb7ac668cd2688d6618665e377274019d33 /src
parent7a9e614e0872d00c6e28cb974b7b8090a6c76844 (diff)
downloademacs-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.c30
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)
4130DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame, 4130DEFUN ("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.
4133Returns an Emacs frame object. 4133Return an Emacs frame object.
4134PARAMETERS is an alist of frame parameters. 4134PARAMETERS is an alist of frame parameters.
4135If the parameters specify that the frame should not have a minibuffer, 4135If the parameters specify that the frame should not have a minibuffer,
4136and do not specify a specific minibuffer window to use, 4136and 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
6390DEFUN ("x-display-pixel-width", Fx_display_pixel_width, 6390DEFUN ("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.
6393The optional argument DISPLAY specifies which display to ask about. 6393The optional argument DISPLAY specifies which display to ask about.
6394DISPLAY should be either a frame or a display name (a string). 6394DISPLAY should be either a frame or a display name (a string).
6395If omitted or nil, that stands for the selected frame's display. */) 6395If 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
6404DEFUN ("x-display-pixel-height", Fx_display_pixel_height, 6404DEFUN ("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.
6407The optional argument DISPLAY specifies which display to ask about. 6407The optional argument DISPLAY specifies which display to ask about.
6408DISPLAY should be either a frame or a display name (a string). 6408DISPLAY should be either a frame or a display name (a string).
6409If omitted or nil, that stands for the selected frame's display. */) 6409If 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
6418DEFUN ("x-display-planes", Fx_display_planes, Sx_display_planes, 6418DEFUN ("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.
6421The optional argument DISPLAY specifies which display to ask about. 6421The optional argument DISPLAY specifies which display to ask about.
6422DISPLAY should be either a frame or a display name (a string). 6422DISPLAY should be either a frame or a display name (a string).
6423If omitted or nil, that stands for the selected frame's display. */) 6423If 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
6432DEFUN ("x-display-color-cells", Fx_display_color_cells, Sx_display_color_cells, 6432DEFUN ("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.
6435The optional argument DISPLAY specifies which display to ask about. 6435The optional argument DISPLAY specifies which display to ask about.
6436DISPLAY should be either a frame or a display name (a string). 6436DISPLAY should be either a frame or a display name (a string).
6437If omitted or nil, that stands for the selected frame's display. */) 6437If 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. */)
6461DEFUN ("x-server-max-request-size", Fx_server_max_request_size, 6461DEFUN ("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.
6465The optional argument DISPLAY specifies which display to ask about. 6465The optional argument DISPLAY specifies which display to ask about.
6466DISPLAY should be either a frame or a display name (a string). 6466DISPLAY should be either a frame or a display name (a string).
6467If omitted or nil, that stands for the selected frame's display. */) 6467If 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
6476DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, 6476DEFUN ("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).
6478The optional argument DISPLAY specifies which display to ask about. 6478The optional argument DISPLAY specifies which display to ask about.
6479DISPLAY should be either a frame or a display name (a string). 6479DISPLAY should be either a frame or a display name (a string).
6480If omitted or nil, that stands for the selected frame's display. */) 6480If 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
6487DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, 6487DEFUN ("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.
6489The value is a list of three integers: the major and minor 6489The value is a list of three integers: the major and minor
6490version numbers of the X Protocol in use, and the distributor-specific 6490version numbers of the X Protocol in use, and the distributor-specific
6491release number. See also the function `x-server-vendor'. 6491release 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
6504DEFUN ("x-display-screens", Fx_display_screens, Sx_display_screens, 0, 1, 0, 6504DEFUN ("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.
6506The optional argument DISPLAY specifies which display to ask about. 6506The optional argument DISPLAY specifies which display to ask about.
6507DISPLAY should be either a frame or a display name (a string). 6507DISPLAY should be either a frame or a display name (a string).
6508If omitted or nil, that stands for the selected frame's display. */) 6508If 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
6515DEFUN ("x-display-mm-height", Fx_display_mm_height, 6515DEFUN ("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.
6518The optional argument DISPLAY specifies which display to ask about. 6518The optional argument DISPLAY specifies which display to ask about.
6519DISPLAY should be either a frame or a display name (a string). 6519DISPLAY should be either a frame or a display name (a string).
6520If omitted or nil, that stands for the selected frame's display. */) 6520If 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
6537DEFUN ("x-display-mm-width", Fx_display_mm_width, Sx_display_mm_width, 0, 1, 0, 6537DEFUN ("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.
6539The optional argument DISPLAY specifies which display to ask about. 6539The optional argument DISPLAY specifies which display to ask about.
6540DISPLAY should be either a frame or a display name (a string). 6540DISPLAY should be either a frame or a display name (a string).
6541If omitted or nil, that stands for the selected frame's display. */) 6541If 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
6559DEFUN ("x-display-backing-store", Fx_display_backing_store, 6559DEFUN ("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.
6562The value may be `always', `when-mapped', or `not-useful'. 6562The value may be `always', `when-mapped', or `not-useful'.
6563The optional argument DISPLAY specifies which display to ask about. 6563The optional argument DISPLAY specifies which display to ask about.
6564DISPLAY should be either a frame or a display name (a string). 6564DISPLAY 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
6572DEFUN ("x-display-visual-class", Fx_display_visual_class, 6572DEFUN ("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.
6575The value is one of the symbols `static-gray', `gray-scale', 6575The 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
6599DEFUN ("x-display-save-under", Fx_display_save_under, 6599DEFUN ("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.
6602The optional argument DISPLAY specifies which display to ask about. 6602The optional argument DISPLAY specifies which display to ask about.
6603DISPLAY should be either a frame or a display name (a string). 6603DISPLAY should be either a frame or a display name (a string).
6604If omitted or nil, that stands for the selected frame's display. */) 6604If 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
7980DEFUN ("w32-select-font", Fw32_select_font, Sw32_select_font, 0, 2, 0, 7980DEFUN ("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.
7982Returns an X-style font string corresponding to the selection. 7982Return an X-style font string corresponding to the selection.
7983 7983
7984If FRAME is omitted or nil, it defaults to the selected frame. 7984If FRAME is omitted or nil, it defaults to the selected frame.
7985If INCLUDE-PROPORTIONAL is non-nil, include proportional fonts 7985If INCLUDE-PROPORTIONAL is non-nil, include proportional fonts