Mercurial > emacs
changeset 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 | 5298b23b61be |
children | 3ee9bf6f1dd2 |
files | src/emacs.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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,