diff options
| author | Lars Ingebrigtsen | 2020-12-26 23:13:29 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-12-26 23:13:29 +0100 |
| commit | 714ca849ba658405ddde698cdc5836c4c9b289ca (patch) | |
| tree | bb0851807b08c98ec4cba4b8d3d62a62732edf2a | |
| parent | 4b2ca6bfc079c66cfcf39f2f36dc139012787535 (diff) | |
| download | emacs-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.el | 2 |
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. |
| 593 | Each entry is an `edebug--form-data' struct with fields: | 593 | Each entry is an `edebug--form-data' struct with fields: |
| 594 | SYMBOL, BEGIN-MARKER, and END-MARKER. The markers | 594 | SYMBOL, BEGIN-MARKER, and END-MARKER. The markers |
| 595 | are at the beginning and end of an entry level form and SYMBOL is | 595 | are at the beginning and end of an instrumented form and SYMBOL is |
| 596 | a symbol that holds all edebug related information for the form on its | 596 | a symbol that holds all edebug related information for the form on its |
| 597 | property list. | 597 | property list. |
| 598 | 598 | ||