emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog emacs.c


From: Glenn Morris
Subject: [Emacs-diffs] emacs/src ChangeLog emacs.c
Date: Thu, 20 Aug 2009 06:41:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/08/20 06:41:46

Modified files:
        src            : ChangeLog emacs.c 

Log message:
        (system-type): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7698&r2=1.7699
http://cvs.savannah.gnu.org/viewcvs/emacs/src/emacs.c?cvsroot=emacs&r1=1.465&r2=1.466

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7698
retrieving revision 1.7699
diff -u -b -r1.7698 -r1.7699
--- ChangeLog   19 Aug 2009 14:39:35 -0000      1.7698
+++ ChangeLog   20 Aug 2009 06:41:43 -0000      1.7699
@@ -1,3 +1,7 @@
+2009-08-20  Glenn Morris  <address@hidden>
+
+       * emacs.c (system-type): Doc fix.
+
 2009-08-19  Stefan Monnier  <address@hidden>
 
        * keyboard.c (syms_of_keyboard): Default to 5 buttons, which should be

Index: emacs.c
===================================================================
RCS file: /sources/emacs/emacs/src/emacs.c,v
retrieving revision 1.465
retrieving revision 1.466
diff -u -b -r1.465 -r1.466
--- emacs.c     17 Aug 2009 00:48:14 -0000      1.465
+++ emacs.c     20 Aug 2009 06:41:45 -0000      1.466
@@ -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.
+  `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 indicates some sort of Unix system.  */);
+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,




reply via email to

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