]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve the edebug-form-data doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 26 Dec 2020 22:13:29 +0000 (23:13 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 26 Dec 2020 22:13:29 +0000 (23:13 +0100)
* lisp/emacs-lisp/edebug.el (edebug-form-data): Doc string
clarification (bug#42776).

lisp/emacs-lisp/edebug.el

index f242e922bde71dd5aead7d600f16282165c950e1..8e5ece3605d97cb52961b161bbeb7d043c8438b0 100644 (file)
@@ -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.