diff options
| author | Glenn Morris <rgm@gnu.org> | 2009-08-20 06:41:43 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2009-08-20 06:41:43 +0000 |
| commit | cf59a3740d31c7b94b08646b5c695c0806ec4906 (patch) | |
| tree | df5959fa43b5c01b5be3025dbe97e8f4403a1d6f /src/emacs.c | |
| parent | 31764e153f533f25e36586e0606395cfe77fac39 (diff) | |
| download | emacs-cf59a3740d31c7b94b08646b5c695c0806ec4906.tar.gz | |
(system-type): Doc fix.
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/emacs.c b/src/emacs.c index 657465da833..8097d7a382d 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2589,15 +2589,17 @@ syms_of_emacs () 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, |
