From 6edd2f3de3c3ce416bb9ce672feba68000387d20 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 1 Aug 2012 23:43:13 -0700 Subject: [PATCH] Comment --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index bdc383c9ce1..1f6f4a450b4 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2375,7 +2375,7 @@ Special values: Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix, hpux, irix, usg-unix-v) indicates some sort of Unix system. */); Vsystem_type = intern_c_string (SYSTEM_TYPE); - /* The above values are from SYSTEM_TYPE in include files under src/s. */ + /* See configure.ac (and config.nt) for the possible SYSTEM_TYPEs. */ DEFVAR_LISP ("system-configuration", Vsystem_configuration, doc: /* Value is string indicating configuration Emacs was built for. -- 2.39.2