diff options
| author | Eli Zaretskii | 2015-01-04 20:30:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-01-04 20:30:16 +0200 |
| commit | 5981b4b1c08d308563ecfd4e3ee9f133d47af3b2 (patch) | |
| tree | dbb614a3ad9cc680cb95ff4e9a0e1aeeb5d3052f /src/ChangeLog | |
| parent | 143516c73db7e182687f4be98966461ce7f3703f (diff) | |
| download | emacs-5981b4b1c08d308563ecfd4e3ee9f133d47af3b2.tar.gz emacs-5981b4b1c08d308563ecfd4e3ee9f133d47af3b2.zip | |
More doc fixes for bug#19502 -- make documentation less X-specific.
doc/lispref/frames.texi (Display Feature Testing): Make the description of
x-server-version and x-server-vendor less X-specific.
Make doc strings on X and w32 identical.
src/w32fns.c (Fx_server_version, Fx_server_vendor): Doc fix.
src/xfns.c (Fx_server_version, Fx_server_vendor): Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 39acf77e41b..d9dd53ba1df 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2015-01-04 Eli Zaretskii <eliz@gnu.org> | 1 | 2015-01-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32fns.c (Fx_server_version, Fx_server_vendor): Doc fix. | ||
| 4 | |||
| 5 | * xfns.c (Fx_server_version, Fx_server_vendor): Doc fix. | ||
| 6 | |||
| 3 | * emacs.c (syms_of_emacs) <system-configuration>: Doc fix. | 7 | * emacs.c (syms_of_emacs) <system-configuration>: Doc fix. |
| 4 | (Bug#19502) | 8 | (Bug#19502) |
| 5 | 9 | ||