diff options
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 aace618b300..80bb70cedeb 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2429,7 +2429,7 @@ Special values: | |||
| 2429 | Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix, | 2429 | Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix, |
| 2430 | hpux, irix, usg-unix-v) indicates some sort of Unix system. */); | 2430 | hpux, irix, usg-unix-v) indicates some sort of Unix system. */); |
| 2431 | Vsystem_type = intern_c_string (SYSTEM_TYPE); | 2431 | Vsystem_type = intern_c_string (SYSTEM_TYPE); |
| 2432 | /* See configure.ac (and config.nt) for the possible SYSTEM_TYPEs. */ | 2432 | /* See configure.ac for the possible SYSTEM_TYPEs. */ |
| 2433 | 2433 | ||
| 2434 | DEFVAR_LISP ("system-configuration", Vsystem_configuration, | 2434 | DEFVAR_LISP ("system-configuration", Vsystem_configuration, |
| 2435 | doc: /* Value is string indicating configuration Emacs was built for. */); | 2435 | doc: /* Value is string indicating configuration Emacs was built for. */); |