From: Stefan Monnier Date: Mon, 12 Apr 2021 16:51:28 +0000 (-0400) Subject: * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongs X-Git-Tag: emacs-28.0.90~2876 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e2cf3b9853bceb74632daa2bd22edb350840d91;p=emacs.git * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongs --- diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 365bc748741..cbc40193125 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 ()