diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 6f3301b4c83..7a5be030d93 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -2457,7 +2457,8 @@ Special values: | |||
| 2457 | `ms-dos' compiled as an MS-DOS application. | 2457 | `ms-dos' compiled as an MS-DOS application. |
| 2458 | `windows-nt' compiled as a native W32 application. | 2458 | `windows-nt' compiled as a native W32 application. |
| 2459 | `cygwin' compiled using the Cygwin library. | 2459 | `cygwin' compiled using the Cygwin library. |
| 2460 | `vax-vms' or `axp-vms': compiled for a (Open)VMS system. | 2460 | `vax-vms' or |
| 2461 | `axp-vms' compiled for a (Open)VMS system. | ||
| 2461 | Anything else indicates some sort of Unix system. */); | 2462 | Anything else indicates some sort of Unix system. */); |
| 2462 | Vsystem_type = intern (SYSTEM_TYPE); | 2463 | Vsystem_type = intern (SYSTEM_TYPE); |
| 2463 | 2464 | ||