From 18d3233aa4515486b1bbd09327d165429fec8901 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Sun, 19 Nov 1995 19:31:24 +0000 Subject: [PATCH] Updateded documentation string. --- v7/src/pcsample/pcsdld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.25.1