comparison lisp/emacs-lisp/edebug.el @ 52898:1b8e800b5b2a

(edebug-display-freq-count): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Oct 2003 23:45:19 +0000
parents f40f0d207133
children 5023ae2f95af
comparison
equal deleted inserted replaced
52897:6e19e784b4d1 52898:1b8e800b5b2a
4143 4143
4144 4144
4145 ;;; Frequency count and coverage 4145 ;;; Frequency count and coverage
4146 4146
4147 (defun edebug-display-freq-count () 4147 (defun edebug-display-freq-count ()
4148 "Display the frequency count data for each line of the current 4148 "Display the frequency count data for each line of the current definition.
4149 definition. The frequency counts are inserted as comment lines after 4149 The frequency counts are inserted as comment lines after
4150 each line, and you can undo all insertions with one `undo' command. 4150 each line, and you can undo all insertions with one `undo' command.
4151 4151
4152 The counts are inserted starting under the `(' before an expression 4152 The counts are inserted starting under the `(' before an expression
4153 or the `)' after an expression, or on the last char of a symbol. 4153 or the `)' after an expression, or on the last char of a symbol.
4154 The counts are only displayed when they differ from previous counts on 4154 The counts are only displayed when they differ from previous counts on