summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-12-26 23:13:29 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2020-12-26 23:13:29 +0100
commit714ca849ba658405ddde698cdc5836c4c9b289ca (patch)
treebb0851807b08c98ec4cba4b8d3d62a62732edf2a /lisp/emacs-lisp
parent4b2ca6bfc079c66cfcf39f2f36dc139012787535 (diff)
downloademacs-714ca849ba658405ddde698cdc5836c4c9b289ca.tar.gz
emacs-714ca849ba658405ddde698cdc5836c4c9b289ca.tar.bz2
emacs-714ca849ba658405ddde698cdc5836c4c9b289ca.zip
Improve the edebug-form-data doc string
* lisp/emacs-lisp/edebug.el (edebug-form-data): Doc string clarification (bug#42776).
Diffstat (limited to 'lisp/emacs-lisp')
-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.)"
"A list of entries associating symbols with buffer regions.
Each entry is an `edebug--form-data' struct with fields:
SYMBOL, BEGIN-MARKER, and END-MARKER. The markers
-are at the beginning and end of an entry level form and SYMBOL is
+are at the beginning and end of an instrumented form and SYMBOL is
a symbol that holds all edebug related information for the form on its
property list.