(syms_of_emacs): Doc fix.

This commit is contained in:
Juanma Barranquero 2006-12-08 00:20:17 +00:00
parent c6883bfcf3
commit e2e87e1518

View file

@ -2457,7 +2457,8 @@ Special values:
`ms-dos' compiled as an MS-DOS application.
`windows-nt' compiled as a native W32 application.
`cygwin' compiled using the Cygwin library.
`vax-vms' or `axp-vms': compiled for a (Open)VMS system.
`vax-vms' or
`axp-vms' compiled for a (Open)VMS system.
Anything else indicates some sort of Unix system. */);
Vsystem_type = intern (SYSTEM_TYPE);