diff options
| -rw-r--r-- | src/emacs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 92f70206d72..53ee61cae80 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2164,7 +2164,9 @@ syms_of_emacs () | |||
| 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, |