diff options
| author | Juanma Barranquero | 2006-12-08 00:20:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-08 00:20:17 +0000 |
| commit | e2e87e1518ebe45ddc03ad86df9ac8b032c7120a (patch) | |
| tree | 3c9388f933dd0140ca272bd5b9175ad346b0ef50 /src | |
| parent | c6883bfcf3ef5c16c840c028bafc037cc4cb497b (diff) | |
| download | emacs-e2e87e1518ebe45ddc03ad86df9ac8b032c7120a.tar.gz emacs-e2e87e1518ebe45ddc03ad86df9ac8b032c7120a.zip | |
(syms_of_emacs): Doc fix.
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 | ||