diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-27 23:47:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-27 23:47:15 +0000 |
commit | ebc6903b2989b2de3154afd59fece90ba3882306 (patch) | |
tree | da680e9d8aae919f6e876338d629d8b718ca24f8 /lispref/edebug.texi | |
parent | 40f406674acfc16eb1f01fd23de83a0329e65eea (diff) | |
download | emacs-ebc6903b2989b2de3154afd59fece90ba3882306.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/edebug.texi')
-rw-r--r-- | lispref/edebug.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lispref/edebug.texi b/lispref/edebug.texi index 03a8a6940f6..c40a70d753b 100644 --- a/lispref/edebug.texi +++ b/lispref/edebug.texi @@ -867,9 +867,10 @@ correctly; Edebug will tell you when you have tried enough different conditions that each form has returned two different values. Coverage testing makes execution slower, so it is only done if -@code{edebug-test-coverage} is non-@code{nil}. Whether or not coverage -testing is enabled, frequency counting is performed for all execution of -an instrumented function, even if the execution mode is Go-nonstop. +@code{edebug-test-coverage} is non-@code{nil}. Frequency counting is +performed for all execution of an instrumented function, even if the +execution mode is Go-nonstop, and regardless of whether coverage testing +is enabled. Use @kbd{M-x edebug-display-freq-count} to display both the coverage information and the frequency counts for a definition. @@ -1185,8 +1186,9 @@ elements must all match or none, use @code{&optional @item &rest @kindex &rest @r{(Edebug)} All following elements in the specification list are repeated zero or -more times. In the last repetition, however, it is ok if the expression -runs out before matching all of the elements of the specification list. +more times. In the last repetition, however, it is not a problem if the +expression runs out before matching all of the elements of the +specification list. To repeat only a few elements, use @code{[&rest @var{specs}@dots{}]}. To specify several elements that must all match on every repetition, use |