mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
Improve the edebug-form-data doc string
* lisp/emacs-lisp/edebug.el (edebug-form-data): Doc string clarification (bug#42776).
This commit is contained in:
parent
4b2ca6bfc0
commit
714ca849ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue