Mercurial > emacs
changeset 96704:55d682b9e1c2
(system-type): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 16 Jul 2008 02:34:18 +0000 |
parents | eb82d5b4c278 |
children | 782ad7d6b84d |
files | src/emacs.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Wed Jul 16 02:32:51 2008 +0000 +++ b/src/emacs.c Wed Jul 16 02:34:18 2008 +0000 @@ -2508,14 +2508,13 @@ DEFVAR_LISP ("system-type", &Vsystem_type, doc: /* Value is symbol indicating 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, ...). - `macos' compiled for Mac OS 9. `ms-dos' compiled as an MS-DOS application. `windows-nt' compiled as a native W32 application. `cygwin' compiled using the Cygwin library. - `vax-vms' or - `axp-vms' compiled for a (Open)VMS system. + `vax-vms' compiled for a (Open)VMS system. Anything else indicates some sort of Unix system. */); Vsystem_type = intern (SYSTEM_TYPE);