aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2004-10-28 06:37:48 +0000
committerRichard M. Stallman2004-10-28 06:37:48 +0000
commit95d62d8af3fb5e24f368811afc3bc9970f6a9578 (patch)
tree0e1f4429bf1f6e5c81c0074ab359e5cdd4efc6c0 /src
parent521cf174c35d062a90b05358f23d9f8d60f64c36 (diff)
downloademacs-95d62d8af3fb5e24f368811afc3bc9970f6a9578.tar.gz
emacs-95d62d8af3fb5e24f368811afc3bc9970f6a9578.zip
(Fx_server_vendor, Fx_server_version): Doc fixes.
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c4
-rw-r--r--src/xfns.c6
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
6400DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, 6400DEFUN ("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).
6402The optional argument DISPLAY specifies which display to ask about. 6402The optional argument DISPLAY specifies which display to ask about.
6403DISPLAY should be either a frame or a display name (a string). 6403DISPLAY should be either a frame or a display name (a string).
6404If omitted or nil, that stands for the selected frame's display. */) 6404If 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. */)
6411DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, 6411DEFUN ("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.
6413The value is a list of three integers: the major and minor 6413The value is a list of three integers: the major and minor
6414version numbers, and the vendor-specific release 6414version numbers of the X Protocol in use, and the distributor-specific release
6415number. See also the function `x-server-vendor'. 6415number. See also the function `x-server-vendor'.
6416 6416
6417The optional argument DISPLAY specifies which display to ask about. 6417The 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
3501DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, 3501DEFUN ("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
3504that operating systems cannot be developed and distributed noncommercially.)
3503The optional argument DISPLAY specifies which display to ask about. 3505The optional argument DISPLAY specifies which display to ask about.
3504DISPLAY should be either a frame or a display name (a string). 3506DISPLAY should be either a frame or a display name (a string).
3505If omitted or nil, that stands for the selected frame's display. */) 3507If 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. */)
3516DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0, 3518DEFUN ("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.
3518The value is a list of three integers: the major and minor 3520The value is a list of three integers: the major and minor
3519version numbers of the X Protocol in use, and the vendor-specific release 3521version numbers of the X Protocol in use, and the distributor-specific release
3520number. See also the function `x-server-vendor'. 3522number. See also the function `x-server-vendor'.
3521 3523
3522The optional argument DISPLAY specifies which display to ask about. 3524The optional argument DISPLAY specifies which display to ask about.