summaryrefslogtreecommitdiff
path: root/doc/lispref/os.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-12-03 18:36:03 +0200
committerEli Zaretskii <eliz@gnu.org>2015-12-03 18:36:03 +0200
commit0cec548152811f3e650b4f09e5c523f2989fe40e (patch)
treeb04d8f92ff87f322b2d195e8853ea68205634fad /doc/lispref/os.texi
parente011b22d208f8a2b163721bd2d009b792eb7032c (diff)
downloademacs-0cec548152811f3e650b4f09e5c523f2989fe40e.tar.gz
Document 'nacl' value for 'system-type'
* doc/lispref/os.texi (System Environment): Document the 'nacl' value of 'system-type'.
Diffstat (limited to 'doc/lispref/os.texi')
-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.
@item irix
Silicon Graphics Irix system.
+@item nacl
+Google Native Client (@acronym{NaCl}) sandboxing system.
+
@item ms-dos
Microsoft's DOS@. Emacs compiled with DJGPP for MS-DOS binds
@code{system-type} to @code{ms-dos} even when you run it on MS-Windows.
@@ -911,7 +914,7 @@ AT&T Unix System V.
@item windows-nt
Microsoft Windows NT, 9X and later. The value of @code{system-type}
-is always @code{windows-nt}, e.g., even on Windows 7.
+is always @code{windows-nt}, e.g., even on Windows 10.
@end table