* lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongs
This commit is contained in:
parent
0df37f7416
commit
0e2cf3b985
1 changed files with 2 additions and 2 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue