aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-03-27 14:54:15 +0000
committerEli Zaretskii2009-03-27 14:54:15 +0000
commit1213465a82666afb5ddfb82c8413043e0d15dfd3 (patch)
treee9087273eaad3803a0b47fb27d01d097a31d55d7
parentc5e0006dc4610342195733c14ab9fe4e7137adf8 (diff)
downloademacs-1213465a82666afb5ddfb82c8413043e0d15dfd3.tar.gz
emacs-1213465a82666afb5ddfb82c8413043e0d15dfd3.zip
(System Environment): Update the list of system-type values.
-rw-r--r--doc/lispref/ChangeLog3
-rw-r--r--doc/lispref/os.texi21
2 files changed, 18 insertions, 6 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 11565e9041e..9540db663e7 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,8 @@
12009-03-27 Eli Zaretskii <eliz@gnu.org> 12009-03-27 Eli Zaretskii <eliz@gnu.org>
2 2
3 * os.texi (System Environment): Update the list of system-type
4 values.
5
3 * markers.texi (The Mark) <handle-shift-selection>: Update for 6 * markers.texi (The Mark) <handle-shift-selection>: Update for
4 removal of the optional argument DEACTIVATE. 7 removal of the optional argument DEACTIVATE.
5 8
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index ddca40dc5d9..2e37afe94a6 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -737,36 +737,45 @@ The value of this variable is a symbol indicating the type of operating
737system Emacs is operating on. Here is a table of the possible values: 737system Emacs is operating on. Here is a table of the possible values:
738 738
739@table @code 739@table @code
740@item aix-v3 740@item aix
741AIX. 741IBM's AIX.
742 742
743@item berkeley-unix 743@item berkeley-unix
744Berkeley BSD. 744Berkeley BSD and its variants.
745 745
746@item cygwin 746@item cygwin
747Cygwin. 747Cygwin, a Posix layer on top of MS-Windows.
748
749@item darwin
750Darwin (Mac OS X).
748 751
749@item gnu 752@item gnu
750the GNU system (using the GNU kernel, which consists of the HURD and Mach). 753The GNU system (using the GNU kernel, which consists of the HURD and Mach).
751 754
752@item gnu/linux 755@item gnu/linux
753A GNU/Linux system---that is, a variant GNU system, using the Linux 756A GNU/Linux system---that is, a variant GNU system, using the Linux
754kernel. (These systems are the ones people often call ``Linux,'' but 757kernel. (These systems are the ones people often call ``Linux,'' but
755actually Linux is just the kernel, not the whole system.) 758actually Linux is just the kernel, not the whole system.)
756 759
760@item gnu/kfreebsd
761A GNU (glibc-based) system with a FreeBSD kernel.
762
757@item hpux 763@item hpux
758Hewlett-Packard HPUX operating system. 764Hewlett-Packard HPUX operating system.
759 765
760@item irix 766@item irix
761Silicon Graphics Irix system. 767Silicon Graphics Irix system.
762 768
769@item lynxos 3.0.1
770LynxOS-3.0.1.
771
763@item ms-dos 772@item ms-dos
764Microsoft MS-DOS ``operating system.'' Emacs compiled with DJGPP for 773Microsoft MS-DOS ``operating system.'' Emacs compiled with DJGPP for
765MS-DOS binds @code{system-type} to @code{ms-dos} even when you run it on 774MS-DOS binds @code{system-type} to @code{ms-dos} even when you run it on
766MS-Windows. 775MS-Windows.
767 776
768@item usg-unix-v 777@item usg-unix-v
769AT&T System V. 778AT&T Unix System V.
770 779
771@item windows-nt 780@item windows-nt
772Microsoft Windows NT and later. The same executable supports Windows 781Microsoft Windows NT and later. The same executable supports Windows