aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-08-01 23:43:13 -0700
committerGlenn Morris2012-08-01 23:43:13 -0700
commit6edd2f3de3c3ce416bb9ce672feba68000387d20 (patch)
treec270ea749b618f910f6ca0289c0b423baf52dd6e /src
parentd66b744dc30e758551558ebfcf05e89914f0a97c (diff)
downloademacs-6edd2f3de3c3ce416bb9ce672feba68000387d20.tar.gz
emacs-6edd2f3de3c3ce416bb9ce672feba68000387d20.zip
Comment
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
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:
2375Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix, 2375Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix,
2376hpux, irix, usg-unix-v) indicates some sort of Unix system. */); 2376hpux, irix, usg-unix-v) indicates some sort of Unix system. */);
2377 Vsystem_type = intern_c_string (SYSTEM_TYPE); 2377 Vsystem_type = intern_c_string (SYSTEM_TYPE);
2378 /* The above values are from SYSTEM_TYPE in include files under src/s. */ 2378 /* See configure.ac (and config.nt) for the possible SYSTEM_TYPEs. */
2379 2379
2380 DEFVAR_LISP ("system-configuration", Vsystem_configuration, 2380 DEFVAR_LISP ("system-configuration", Vsystem_configuration,
2381 doc: /* Value is string indicating configuration Emacs was built for. 2381 doc: /* Value is string indicating configuration Emacs was built for.