Improve docstring for doom/copy-backtrace
This commit is contained in:
parent
4323886b1b
commit
b7eeaa4525
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ branch and commit."
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom/copy-backtrace ()
|
(defun doom/copy-backtrace ()
|
||||||
"Copy the contents of the *Backtrace* window to clipboard."
|
"Copy the first 1000 bytes from the *Backtrace* window into your clipboard for
|
||||||
|
easy pasting into a bug report or discord."
|
||||||
(interactive)
|
(interactive)
|
||||||
(if-let* ((buf (get-buffer "*Backtrace*")))
|
(if-let* ((buf (get-buffer "*Backtrace*")))
|
||||||
(with-current-buffer buf
|
(with-current-buffer buf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue