projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d93fb4
)
Updateded documentation string.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Sun, 19 Nov 1995 19:31:24 +0000
(19:31 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Sun, 19 Nov 1995 19:31:24 +0000
(19:31 +0000)
v7/src/pcsample/pcsdld.c
patch
|
blob
|
history
diff --git
a/v7/src/pcsample/pcsdld.c
b/v7/src/pcsample/pcsdld.c
index 8bd7673ad1d1ff326ae924d0ed97314872754670..8ec18ca1f56fcfe2572a1009909a9eca31bfb497 100644
(file)
--- 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);