From: Juanma Barranquero Date: Fri, 8 Dec 2006 00:20:17 +0000 (+0000) Subject: (syms_of_emacs): Doc fix. X-Git-Tag: emacs-pretest-22.0.92~255 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2e87e1518ebe45ddc03ad86df9ac8b032c7120a;p=emacs.git (syms_of_emacs): Doc fix. --- diff --git a/src/emacs.c b/src/emacs.c index 6f3301b4c83..7a5be030d93 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2457,7 +2457,8 @@ Special values: `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' or + `axp-vms' compiled for a (Open)VMS system. Anything else indicates some sort of Unix system. */); Vsystem_type = intern (SYSTEM_TYPE);