changeset 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 6e19e784b4d1
children 14383cacf330
files lisp/emacs-lisp/edebug.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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