From: Chris Hanson Date: Thu, 8 Dec 1988 10:48:14 +0000 (+0000) Subject: Missing \n\ in documentation string. X-Git-Tag: 20090517-FFI~12395 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=02fc1f385dcfe934cd0537d7f16b14120168f815;p=mit-scheme.git Missing \n\ in documentation string. --- 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);