aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2003-10-20 23:46:31 +0000
committerRichard M. Stallman <[email protected]>2003-10-20 23:46:31 +0000
commit1ae7cf5ee87d39b602b88817127123ed23ad03de (patch)
tree355c7a359e4a861af54ff1d940722d6dd52d4a03 /lisp/emacs-lisp
parent94e72368709612d53a79441111c0842b28632c0f (diff)
(edebug-display-freq-count): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/edebug.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 2f26fce27c..74ea2f37b2 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -4145,8 +4145,8 @@ You must include newlines in FMT to break lines, but one newline is appended."
;;; 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