aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-08 00:20:17 +0000
committerJuanma Barranquero2006-12-08 00:20:17 +0000
commite2e87e1518ebe45ddc03ad86df9ac8b032c7120a (patch)
tree3c9388f933dd0140ca272bd5b9175ad346b0ef50 /src
parentc6883bfcf3ef5c16c840c028bafc037cc4cb497b (diff)
downloademacs-e2e87e1518ebe45ddc03ad86df9ac8b032c7120a.tar.gz
emacs-e2e87e1518ebe45ddc03ad86df9ac8b032c7120a.zip
(syms_of_emacs): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c3
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.
2461Anything else indicates some sort of Unix system. */); 2462Anything else indicates some sort of Unix system. */);
2462 Vsystem_type = intern (SYSTEM_TYPE); 2463 Vsystem_type = intern (SYSTEM_TYPE);
2463 2464