Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/emacs.c Sun Nov 05 21:34:36 2000 +0000 +++ b/src/emacs.c Sun Nov 05 21:38:09 2000 +0000 @@ -2164,7 +2164,9 @@ 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,