diff options
| author | Glenn Morris | 2012-08-01 23:43:13 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-01 23:43:13 -0700 |
| commit | 6edd2f3de3c3ce416bb9ce672feba68000387d20 (patch) | |
| tree | c270ea749b618f910f6ca0289c0b423baf52dd6e /src | |
| parent | d66b744dc30e758551558ebfcf05e89914f0a97c (diff) | |
| download | emacs-6edd2f3de3c3ce416bb9ce672feba68000387d20.tar.gz emacs-6edd2f3de3c3ce416bb9ce672feba68000387d20.zip | |
Comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
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: | |||
| 2375 | Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix, | 2375 | Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix, |
| 2376 | hpux, irix, usg-unix-v) indicates some sort of Unix system. */); | 2376 | hpux, 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. |