mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
Document 'nacl' value for 'system-type'
* doc/lispref/os.texi (System Environment): Document the 'nacl' value of 'system-type'.
This commit is contained in:
parent
e011b22d20
commit
0cec548152
@ -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
|
||||
|
||||
|
6
etc/NEWS
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user