From: Nick Roberts <nickrob@snap.net.nz>
Date: Fri, 13 May 2005 23:28:35 +0000 (+0000)
Subject: (syms_of_emacs): Fix doc string for system-type.
X-Git-Tag: ttn-vms-21-2-B4~332
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40a8993a0ac5349b0bfcdd51e06816cd3973721e;p=emacs.git

(syms_of_emacs): Fix doc string for system-type.
---

diff --git a/src/emacs.c b/src/emacs.c
index 8e38bffc28e..68720eecc27 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -2442,16 +2442,16 @@ 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.
-+Special values:
-+  `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.
-+Anything else indicates some sort of Unix system.  */);
+	       doc: /* Value is symbol indicating type of operating system you are using.
+Special values:
+  `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.
+Anything else indicates some sort of Unix system.  */);
   Vsystem_type = intern (SYSTEM_TYPE);
 
   DEFVAR_LISP ("system-configuration", &Vsystem_configuration,