src/emacs.c (syms_of_emacs) <system-configuration>: Doc fix. (Bug#19502)
This commit is contained in:
parent
d7af65d24a
commit
143516c73d
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2015-01-04 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* emacs.c (syms_of_emacs) <system-configuration>: Doc fix.
|
||||||
|
(Bug#19502)
|
||||||
|
|
||||||
2014-12-30 Eli Zaretskii <eliz@gnu.org>
|
2014-12-30 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* xdisp.c (pos_visible_p): Fix up the X coordinate for
|
* xdisp.c (pos_visible_p): Fix up the X coordinate for
|
||||||
|
|
|
@ -2439,9 +2439,7 @@ hpux, irix, usg-unix-v) indicates some sort of Unix system. */);
|
||||||
/* See configure.ac (and config.nt) for the possible SYSTEM_TYPEs. */
|
/* See configure.ac (and config.nt) for the possible SYSTEM_TYPEs. */
|
||||||
|
|
||||||
DEFVAR_LISP ("system-configuration", Vsystem_configuration,
|
DEFVAR_LISP ("system-configuration", Vsystem_configuration,
|
||||||
doc: /* Value is string indicating configuration Emacs was built for.
|
doc: /* Value is string indicating configuration Emacs was built for. */);
|
||||||
On MS-Windows, the value reflects the OS flavor and version on which
|
|
||||||
Emacs is running. */);
|
|
||||||
Vsystem_configuration = build_string (EMACS_CONFIGURATION);
|
Vsystem_configuration = build_string (EMACS_CONFIGURATION);
|
||||||
|
|
||||||
DEFVAR_LISP ("system-configuration-options", Vsystem_configuration_options,
|
DEFVAR_LISP ("system-configuration-options", Vsystem_configuration_options,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue