diff options
| author | Eli Zaretskii | 2009-03-27 14:54:15 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-03-27 14:54:15 +0000 |
| commit | 1213465a82666afb5ddfb82c8413043e0d15dfd3 (patch) | |
| tree | e9087273eaad3803a0b47fb27d01d097a31d55d7 | |
| parent | c5e0006dc4610342195733c14ab9fe4e7137adf8 (diff) | |
| download | emacs-1213465a82666afb5ddfb82c8413043e0d15dfd3.tar.gz emacs-1213465a82666afb5ddfb82c8413043e0d15dfd3.zip | |
(System Environment): Update the list of system-type values.
| -rw-r--r-- | doc/lispref/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/lispref/os.texi | 21 |
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 @@ | |||
| 1 | 2009-03-27 Eli Zaretskii <eliz@gnu.org> | 1 | 2009-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 | |||
| 737 | system Emacs is operating on. Here is a table of the possible values: | 737 | system 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 |
| 741 | AIX. | 741 | IBM's AIX. |
| 742 | 742 | ||
| 743 | @item berkeley-unix | 743 | @item berkeley-unix |
| 744 | Berkeley BSD. | 744 | Berkeley BSD and its variants. |
| 745 | 745 | ||
| 746 | @item cygwin | 746 | @item cygwin |
| 747 | Cygwin. | 747 | Cygwin, a Posix layer on top of MS-Windows. |
| 748 | |||
| 749 | @item darwin | ||
| 750 | Darwin (Mac OS X). | ||
| 748 | 751 | ||
| 749 | @item gnu | 752 | @item gnu |
| 750 | the GNU system (using the GNU kernel, which consists of the HURD and Mach). | 753 | The GNU system (using the GNU kernel, which consists of the HURD and Mach). |
| 751 | 754 | ||
| 752 | @item gnu/linux | 755 | @item gnu/linux |
| 753 | A GNU/Linux system---that is, a variant GNU system, using the Linux | 756 | A GNU/Linux system---that is, a variant GNU system, using the Linux |
| 754 | kernel. (These systems are the ones people often call ``Linux,'' but | 757 | kernel. (These systems are the ones people often call ``Linux,'' but |
| 755 | actually Linux is just the kernel, not the whole system.) | 758 | actually Linux is just the kernel, not the whole system.) |
| 756 | 759 | ||
| 760 | @item gnu/kfreebsd | ||
| 761 | A GNU (glibc-based) system with a FreeBSD kernel. | ||
| 762 | |||
| 757 | @item hpux | 763 | @item hpux |
| 758 | Hewlett-Packard HPUX operating system. | 764 | Hewlett-Packard HPUX operating system. |
| 759 | 765 | ||
| 760 | @item irix | 766 | @item irix |
| 761 | Silicon Graphics Irix system. | 767 | Silicon Graphics Irix system. |
| 762 | 768 | ||
| 769 | @item lynxos 3.0.1 | ||
| 770 | LynxOS-3.0.1. | ||
| 771 | |||
| 763 | @item ms-dos | 772 | @item ms-dos |
| 764 | Microsoft MS-DOS ``operating system.'' Emacs compiled with DJGPP for | 773 | Microsoft MS-DOS ``operating system.'' Emacs compiled with DJGPP for |
| 765 | MS-DOS binds @code{system-type} to @code{ms-dos} even when you run it on | 774 | MS-DOS binds @code{system-type} to @code{ms-dos} even when you run it on |
| 766 | MS-Windows. | 775 | MS-Windows. |
| 767 | 776 | ||
| 768 | @item usg-unix-v | 777 | @item usg-unix-v |
| 769 | AT&T System V. | 778 | AT&T Unix System V. |
| 770 | 779 | ||
| 771 | @item windows-nt | 780 | @item windows-nt |
| 772 | Microsoft Windows NT and later. The same executable supports Windows | 781 | Microsoft Windows NT and later. The same executable supports Windows |