aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2020-12-26 23:13:29 +0100
committerLars Ingebrigtsen2020-12-26 23:13:29 +0100
commit714ca849ba658405ddde698cdc5836c4c9b289ca (patch)
treebb0851807b08c98ec4cba4b8d3d62a62732edf2a
parent4b2ca6bfc079c66cfcf39f2f36dc139012787535 (diff)
downloademacs-714ca849ba658405ddde698cdc5836c4c9b289ca.tar.gz
emacs-714ca849ba658405ddde698cdc5836c4c9b289ca.zip
Improve the edebug-form-data doc string
* lisp/emacs-lisp/edebug.el (edebug-form-data): Doc string clarification (bug#42776).
-rw-r--r--lisp/emacs-lisp/edebug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index f242e922bde..8e5ece3605d 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -592,7 +592,7 @@ already is one.)"
592 "A list of entries associating symbols with buffer regions. 592 "A list of entries associating symbols with buffer regions.
593Each entry is an `edebug--form-data' struct with fields: 593Each entry is an `edebug--form-data' struct with fields:
594SYMBOL, BEGIN-MARKER, and END-MARKER. The markers 594SYMBOL, BEGIN-MARKER, and END-MARKER. The markers
595are at the beginning and end of an entry level form and SYMBOL is 595are at the beginning and end of an instrumented form and SYMBOL is
596a symbol that holds all edebug related information for the form on its 596a symbol that holds all edebug related information for the form on its
597property list. 597property list.
598 598