changeset 104370:6d088d4b6e1f

(system-type): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 20 Aug 2009 06:41:43 +0000
parents 5744c85d533a
children a6ffc3555448
files src/ChangeLog src/emacs.c
diffstat 2 files changed, 14 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Aug 19 19:55:58 2009 +0000
+++ b/src/ChangeLog	Thu Aug 20 06:41:43 2009 +0000
@@ -1,3 +1,7 @@
+2009-08-20  Glenn Morris  <rgm@gnu.org>
+
+	* emacs.c (system-type): Doc fix.
+
 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be
--- a/src/emacs.c	Wed Aug 19 19:55:58 2009 +0000
+++ b/src/emacs.c	Thu Aug 20 06:41:43 2009 +0000
@@ -2589,15 +2589,17 @@
 Many arguments are deleted from the list as they are processed.  */);
 
   DEFVAR_LISP ("system-type", &Vsystem_type,
-	       doc: /* Value is symbol indicating type of operating system you are using.
+	       doc: /* The value is a symbol indicating the type of operating system you are using.
 Special values:
-  `gnu'         compiled for a GNU Hurd system.
-  `gnu/linux'   compiled for a GNU/Linux system.
-  `darwin'      compiled for Darwin (GNU-Darwin, Mac OS X, ...).
-  `ms-dos'      compiled as an MS-DOS application.
-  `windows-nt'  compiled as a native W32 application.
-  `cygwin'      compiled using the Cygwin library.
-Anything else indicates some sort of Unix system.  */);
+  `gnu'          compiled for a GNU Hurd system.
+  `gnu/linux'    compiled for a GNU/Linux system.
+  `gnu/kfreebsd' compiled for a GNU system with a FreeBSD kernel.
+  `darwin'       compiled for Darwin (GNU-Darwin, Mac OS X, ...).
+  `ms-dos'       compiled as an MS-DOS application.
+  `windows-nt'   compiled as a native W32 application.
+  `cygwin'       compiled using the Cygwin library.
+Anything else (in Emacs 23.1, the possibilities are: aix, berkeley-unix,
+hpux, irix, lynxos 3.0.1, usg-unix-v) indicates some sort of Unix system.  */);
   Vsystem_type = intern (SYSTEM_TYPE);
 
   DEFVAR_LISP ("system-configuration", &Vsystem_configuration,