From: Andrew Innes Date: Sun, 5 Nov 2000 21:38:09 +0000 (+0000) Subject: (syms_of_emacs): Update docstring for X-Git-Tag: emacs-pretest-21.0.90~302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69bf528eafc8e554e5c7ff6161021c24cfc8997a;p=emacs.git (syms_of_emacs): Update docstring for system-configuration, to reflect the actual usage on MS-Windows. --- 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 () 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,