emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 714ca84: Improve the edebug-form-data doc string


From: Lars Ingebrigtsen
Subject: master 714ca84: Improve the edebug-form-data doc string
Date: Sat, 26 Dec 2020 17:13:39 -0500 (EST)

branch: master
commit 714ca849ba658405ddde698cdc5836c4c9b289ca
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Improve the edebug-form-data doc string
    
    * lisp/emacs-lisp/edebug.el (edebug-form-data): Doc string
    clarification (bug#42776).
---
 lisp/emacs-lisp/edebug.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index f242e92..8e5ece3 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]