From: Stephen Adams Date: Sun, 19 Nov 1995 19:31:24 +0000 (+0000) Subject: Updateded documentation string. X-Git-Tag: 20090517-FFI~5726 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=18d3233aa4515486b1bbd09327d165429fec8901;p=mit-scheme.git Updateded documentation string. --- diff --git a/v7/src/pcsample/pcsdld.c b/v7/src/pcsample/pcsdld.c index 8bd7673ad..8ec18ca1f 100644 --- a/v7/src/pcsample/pcsdld.c +++ b/v7/src/pcsample/pcsdld.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: pcsdld.c,v 1.3 1995/08/08 22:58:33 adams Exp $ +$Id: pcsdld.c,v 1.4 1995/11/19 19:31:24 adams Exp $ Copyright (c) 1990-1993 Massachusetts Institute of Technology @@ -902,7 +902,7 @@ DEFUN_VOID (initialize_pcsample_primitives) Prim_pc_sample_set_current_zone, 1, 1, "(index)\n\ Set current pc-sampling zone to INDEX (a small exact integer), returning \ -the previous value."); +the previous value if different, else #F if same."); declare_primitive ("%PC-SAMPLE/MAX-ZONE", Prim_pc_sample_get_max_zone, 0, 0, 0);