]> git.eshelyaron.com Git - emacs.git/commitdiff
Document 'nacl' value for 'system-type'
authorEli Zaretskii <eliz@gnu.org>
Thu, 3 Dec 2015 16:36:03 +0000 (18:36 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 3 Dec 2015 16:36:03 +0000 (18:36 +0200)
* doc/lispref/os.texi (System Environment): Document the 'nacl'
value of 'system-type'.

doc/lispref/os.texi
etc/NEWS

index 5413437c39de0f3d36c830d3f5b44b6b29575ab0..5b89e1ad5813ea84436637eb63e6efd454296554 100644 (file)
@@ -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
 
index ad7d81703e0aba2a595c29087ddbce48c9d05c37..1b44812f36a9fd020e1c51f74aa5d620bb565c97 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -181,8 +181,6 @@ for use in Emacs bug reports.
 hiding character but the default `.' can be used by let-binding the
 variable `read-hide-char'.
 
-** New possible value for `system-type': nacl.
-
 ** Emacs can now load shared/dynamic libraries (modules).
 A dynamic Emacs module is a shared library that provides additional
 functionality for use in Emacs Lisp programs, just like a package
@@ -1320,6 +1318,10 @@ standard-display-table, and encode output using locale-coding-system.
 +++
 ** New var `truncate-string-ellipsis' to choose how to indicate truncation.
 
++++
+** New possible value for `system-type': `nacl'.
+This is used by Google's Native Client (NaCl).
+
 ** Miscellaneous name change
 
 For consistency with the usual Emacs spelling, the Lisp variable