emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 0cec548: Document 'nacl' value for 'system-type'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 0cec548: Document 'nacl' value for 'system-type'
Date: Thu, 03 Dec 2015 16:37:06 +0000

branch: emacs-25
commit 0cec548152811f3e650b4f09e5c523f2989fe40e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Document 'nacl' value for 'system-type'
    
    * doc/lispref/os.texi (System Environment): Document the 'nacl'
    value of 'system-type'.
---
 doc/lispref/os.texi |    5 ++++-
 etc/NEWS            |    6 ++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 5413437..5b89e1a 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.
 
address@hidden nacl
+Google Native Client (@acronym{NaCl}) sandboxing system.
+
 @item ms-dos
 Microsoft's address@hidden  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
 
diff --git a/etc/NEWS b/etc/NEWS
index ad7d817..1b44812 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]