]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_emacs): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 8 Dec 2006 00:20:17 +0000 (00:20 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 8 Dec 2006 00:20:17 +0000 (00:20 +0000)
src/emacs.c

index 6f3301b4c835509beab0e1ecc09fc80c1c182c44..7a5be030d93212659b9bc61fe79d657c8162cc27 100644 (file)
@@ -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);