mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 19:07:34 +00:00
(syms_of_emacs): Update docstring for
system-configuration, to reflect the actual usage on MS-Windows.
This commit is contained in:
parent
161ab81957
commit
69bf528eaf
1 changed files with 3 additions and 1 deletions
|
|
@ -2164,7 +2164,9 @@ syms_of_emacs ()
|
|||
Vsystem_type = intern (SYSTEM_TYPE);
|
||||
|
||||
DEFVAR_LISP ("system-configuration", &Vsystem_configuration,
|
||||
"Value is string indicating configuration Emacs was built for.");
|
||||
"Value is string indicating configuration Emacs was built for.\n\
|
||||
On MS-Windows, the value reflects the OS flavor and version on which\n\
|
||||
Emacs is running.");
|
||||
Vsystem_configuration = build_string (EMACS_CONFIGURATION);
|
||||
|
||||
DEFVAR_LISP ("system-configuration-options", &Vsystem_configuration_options,
|
||||
|
|
|
|||
Loading…
Reference in a new issue