From: Lars Ingebrigtsen Date: Sat, 26 Dec 2020 22:13:29 +0000 (+0100) Subject: Improve the edebug-form-data doc string X-Git-Tag: emacs-28.0.90~4549 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=714ca849ba658405ddde698cdc5836c4c9b289ca;p=emacs.git Improve the edebug-form-data doc string * lisp/emacs-lisp/edebug.el (edebug-form-data): Doc string clarification (bug#42776). --- 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.