We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998fab6 commit ab96fc8Copy full SHA for ab96fc8
dap-mode.el
@@ -811,7 +811,7 @@ will be reversed."
811
(--> debug-session (dap--debug-session-remote-to-local-path-fn it) (funcall it remote-path)))))
812
813
(defun dap--selected-frame ()
814
- "Select the 'main' frame when we have a utility/subframe selected"
+ "Select the `main' frame when we have a utility/subframe selected."
815
(cl-labels ((helper (f)
816
(let ((parent-frame (frame-parameter f 'parent-frame)))
817
(if parent-frame
0 commit comments