diff options
| author | Richard M. Stallman | 2004-10-28 06:37:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-10-28 06:37:48 +0000 |
| commit | 95d62d8af3fb5e24f368811afc3bc9970f6a9578 (patch) | |
| tree | 0e1f4429bf1f6e5c81c0074ab359e5cdd4efc6c0 /src | |
| parent | 521cf174c35d062a90b05358f23d9f8d60f64c36 (diff) | |
| download | emacs-95d62d8af3fb5e24f368811afc3bc9970f6a9578.tar.gz emacs-95d62d8af3fb5e24f368811afc3bc9970f6a9578.zip | |
(Fx_server_vendor, Fx_server_version): Doc fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 4 | ||||
| -rw-r--r-- | src/xfns.c | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 1e52155ab3b..38faa7c3199 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -6398,7 +6398,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6398 | } | 6398 | } |
| 6399 | 6399 | ||
| 6400 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, | 6400 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, |
| 6401 | doc: /* Returns the vendor ID string of the W32 system (Microsoft). | 6401 | doc: /* Returns the "vendor ID" string of the W32 system (Microsoft). |
| 6402 | The optional argument DISPLAY specifies which display to ask about. | 6402 | The optional argument DISPLAY specifies which display to ask about. |
| 6403 | DISPLAY should be either a frame or a display name (a string). | 6403 | DISPLAY should be either a frame or a display name (a string). |
| 6404 | If omitted or nil, that stands for the selected frame's display. */) | 6404 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -6411,7 +6411,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 6411 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, | 6411 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, |
| 6412 | doc: /* Returns the version numbers of the server of DISPLAY. | 6412 | doc: /* Returns the version numbers of the server of DISPLAY. |
| 6413 | The value is a list of three integers: the major and minor | 6413 | The value is a list of three integers: the major and minor |
| 6414 | version numbers, and the vendor-specific release | 6414 | version numbers of the X Protocol in use, and the distributor-specific release |
| 6415 | number. See also the function `x-server-vendor'. | 6415 | number. See also the function `x-server-vendor'. |
| 6416 | 6416 | ||
| 6417 | The optional argument DISPLAY specifies which display to ask about. | 6417 | The optional argument DISPLAY specifies which display to ask about. |
diff --git a/src/xfns.c b/src/xfns.c index ae308c562ba..01d528e2790 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3499,7 +3499,9 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3499 | } | 3499 | } |
| 3500 | 3500 | ||
| 3501 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, | 3501 | DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, |
| 3502 | doc: /* Returns the vendor ID string of the X server of display DISPLAY. | 3502 | doc: /* Returns the "vendor ID" string of the X server of display DISPLAY. |
| 3503 | \(Labelling every distributor as a "vendor" embodies the false assumption | ||
| 3504 | that operating systems cannot be developed and distributed noncommercially.) | ||
| 3503 | The optional argument DISPLAY specifies which display to ask about. | 3505 | The optional argument DISPLAY specifies which display to ask about. |
| 3504 | DISPLAY should be either a frame or a display name (a string). | 3506 | DISPLAY should be either a frame or a display name (a string). |
| 3505 | If omitted or nil, that stands for the selected frame's display. */) | 3507 | If omitted or nil, that stands for the selected frame's display. */) |
| @@ -3516,7 +3518,7 @@ If omitted or nil, that stands for the selected frame's display. */) | |||
| 3516 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, | 3518 | DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, |
| 3517 | doc: /* Returns the version numbers of the X server of display DISPLAY. | 3519 | doc: /* Returns the version numbers of the X server of display DISPLAY. |
| 3518 | The value is a list of three integers: the major and minor | 3520 | The value is a list of three integers: the major and minor |
| 3519 | version numbers of the X Protocol in use, and the vendor-specific release | 3521 | version numbers of the X Protocol in use, and the distributor-specific release |
| 3520 | number. See also the function `x-server-vendor'. | 3522 | number. See also the function `x-server-vendor'. |
| 3521 | 3523 | ||
| 3522 | The optional argument DISPLAY specifies which display to ask about. | 3524 | The optional argument DISPLAY specifies which display to ask about. |