# HG changeset patch # User Richard M. Stallman # Date 1066693519 0 # Node ID 1b8e800b5b2a3591768d9dcb131d742a804b3c37 # Parent 6e19e784b4d1b1367f07ee6ecf1733ac31b7521b (edebug-display-freq-count): Doc fix. diff -r 6e19e784b4d1 -r 1b8e800b5b2a lisp/emacs-lisp/edebug.el --- a/lisp/emacs-lisp/edebug.el Mon Oct 20 23:43:54 2003 +0000 +++ b/lisp/emacs-lisp/edebug.el Mon Oct 20 23:45:19 2003 +0000 @@ -4145,8 +4145,8 @@ ;;; Frequency count and coverage (defun edebug-display-freq-count () - "Display the frequency count data for each line of the current -definition. The frequency counts are inserted as comment lines after + "Display the frequency count data for each line of the current definition. +The frequency counts are inserted as comment lines after each line, and you can undo all insertions with one `undo' command. The counts are inserted starting under the `(' before an expression