1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

(syms_of_emacs): Update docstring for

system-configuration, to reflect the actual usage on MS-Windows.
This commit is contained in:
Andrew Innes 2000-11-05 21:38:09 +00:00
parent 161ab81957
commit 69bf528eaf

View File

@ -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,