emacs-diffs
[Top][All Lists]
Advanced

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

master 0e2cf3b: * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstr


From: Stefan Monnier
Subject: master 0e2cf3b: * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongs
Date: Mon, 12 Apr 2021 12:51:33 -0400 (EDT)

branch: master
commit 0e2cf3b9853bceb74632daa2bd22edb350840d91
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongs
---
 lisp/emacs-lisp/edebug.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 365bc74..cbc4019 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -4116,12 +4116,12 @@ This should be a list of `edebug---frame' objects.")
   "Stack frames of the current Edebug Backtrace buffer with instrumentation.
 This should be a list of `edebug---frame' objects.")
 
-;; Data structure for backtrace frames with information
-;; from Edebug instrumentation found in the backtrace.
 (cl-defstruct
     (edebug--frame
      (:constructor edebug--make-frame)
      (:include backtrace-frame))
+  "Data structure for backtrace frames with information
+from Edebug instrumentation found in the backtrace."
   def-name before-index after-index)
 
 (defun edebug-pop-to-backtrace ()



reply via email to

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