Fix typo in documentation string.
authorChris Hanson <org/chris-hanson/cph>
Mon, 8 Jul 1991 17:39:44 +0000 (17:39 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 8 Jul 1991 17:39:44 +0000 (17:39 +0000)
v7/src/microcode/x11graph.c

index 162c355d6e557bc3bec3833358cadc36125cdd48..30f2e2efd4a2cecf7f88b906f290e1b5d48f391b 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/x11graph.c,v 1.13 1991/07/03 16:55:39 markf Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/x11graph.c,v 1.14 1991/07/08 17:39:44 cph Exp $
 
 Copyright (c) 1989-91 Massachusetts Institute of Technology
 
@@ -564,8 +564,7 @@ DEFINE_PRIMITIVE ("X-CREATE-IMAGE", Prim_x_create_image, 3, 3,
 }
 
 DEFINE_PRIMITIVE ("X-BYTES-INTO-IMAGE", Prim_x_bytes_into_image, 2, 2,
-  "Stick the bytes from the vector-8b (first arg) into the x_image/
-(second arg).")
+  "Stick the bytes from the vector-8b (first arg) into the x_image (second arg).")
 {
   PRIMITIVE_HEADER (2);
   {