comparison src/emacs.c @ 33213:001167797942

(syms_of_emacs): Update docstring for system-configuration, to reflect the actual usage on MS-Windows.
author Andrew Innes <andrewi@gnu.org>
date Sun, 05 Nov 2000 21:38:09 +0000
parents 923b8d6d8277
children ff4ddf873081
comparison
equal deleted inserted replaced
33212:5298b23b61be 33213:001167797942
2162 DEFVAR_LISP ("system-type", &Vsystem_type, 2162 DEFVAR_LISP ("system-type", &Vsystem_type,
2163 "Value is symbol indicating type of operating system you are using."); 2163 "Value is symbol indicating type of operating system you are using.");
2164 Vsystem_type = intern (SYSTEM_TYPE); 2164 Vsystem_type = intern (SYSTEM_TYPE);
2165 2165
2166 DEFVAR_LISP ("system-configuration", &Vsystem_configuration, 2166 DEFVAR_LISP ("system-configuration", &Vsystem_configuration,
2167 "Value is string indicating configuration Emacs was built for."); 2167 "Value is string indicating configuration Emacs was built for.\n\
2168 On MS-Windows, the value reflects the OS flavor and version on which\n\
2169 Emacs is running.");
2168 Vsystem_configuration = build_string (EMACS_CONFIGURATION); 2170 Vsystem_configuration = build_string (EMACS_CONFIGURATION);
2169 2171
2170 DEFVAR_LISP ("system-configuration-options", &Vsystem_configuration_options, 2172 DEFVAR_LISP ("system-configuration-options", &Vsystem_configuration_options,
2171 "String containing the configuration options Emacs was built with."); 2173 "String containing the configuration options Emacs was built with.");
2172 Vsystem_configuration_options = build_string (EMACS_CONFIG_OPTIONS); 2174 Vsystem_configuration_options = build_string (EMACS_CONFIG_OPTIONS);