mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(syms_of_emacs): Doc fix.
This commit is contained in:
parent
c6883bfcf3
commit
e2e87e1518
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue