# HG changeset patch
# User Juanma Barranquero <lekktu@gmail.com>
# Date 1165537217 0
# Node ID 89d471c14fc3e3887c5fa2f12cc5c219b138bc4c
# Parent  24483ef2f3e216f5474fbb31d83c86c999b90eab
(syms_of_emacs): Doc fix.

diff -r 24483ef2f3e2 -r 89d471c14fc3 src/emacs.c
--- a/src/emacs.c	Thu Dec 07 18:11:33 2006 +0000
+++ b/src/emacs.c	Fri Dec 08 00:20:17 2006 +0000
@@ -2457,7 +2457,8 @@
   `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);