From 02fc1f385dcfe934cd0537d7f16b14120168f815 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 8 Dec 1988 10:48:14 +0000 Subject: [PATCH] Missing \n\ in documentation string. --- v7/src/microcode/hooks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/hooks.c b/v7/src/microcode/hooks.c index 90ffa32d3..9344fb03b 100644 --- a/v7/src/microcode/hooks.c +++ b/v7/src/microcode/hooks.c @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/hooks.c,v 9.33 1988/10/21 00:12:37 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/hooks.c,v 9.34 1988/12/08 10:48:14 cph Exp $ * * This file contains various hooks and handles which connect the * primitives with the main interpreter. @@ -556,7 +556,7 @@ See `mask_interrupt_enables' for more information on interrupts.") } DEFINE_PRIMITIVE ("CLEAR-INTERRUPTS!", Prim_clear_interrupts, 1, 1, - "Clears the interrupt bits in the MASK argument. + "Clears the interrupt bits in the MASK argument.\n\ The bits in MASK are interpreted as for `get-interrupt-enables'.") { PRIMITIVE_HEADER (1); -- 2.25.1