aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/os.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 5413437c39d..5b89e1ad581 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -902,6 +902,9 @@ Hewlett-Packard HPUX operating system.
902@item irix 902@item irix
903Silicon Graphics Irix system. 903Silicon Graphics Irix system.
904 904
905@item nacl
906Google Native Client (@acronym{NaCl}) sandboxing system.
907
905@item ms-dos 908@item ms-dos
906Microsoft's DOS@. Emacs compiled with DJGPP for MS-DOS binds 909Microsoft's DOS@. Emacs compiled with DJGPP for MS-DOS binds
907@code{system-type} to @code{ms-dos} even when you run it on MS-Windows. 910@code{system-type} to @code{ms-dos} even when you run it on MS-Windows.
@@ -911,7 +914,7 @@ AT&T Unix System V.
911 914
912@item windows-nt 915@item windows-nt
913Microsoft Windows NT, 9X and later. The value of @code{system-type} 916Microsoft Windows NT, 9X and later. The value of @code{system-type}
914is always @code{windows-nt}, e.g., even on Windows 7. 917is always @code{windows-nt}, e.g., even on Windows 10.
915 918
916@end table 919@end table
917 920