Skip to content

Commit

Permalink
Fix docstring error
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Nov 23, 2024
1 parent ed23228 commit e0f4918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ On SKIP-PROCESS-BUFFERS skip deletion of buffers which has processes."

(defmacro dape--buffer-map (name fn &rest body)
"Helper macro to create info buffer map with NAME.
FN is executed on mouse-2 and \r, BODY is executed with `map' bound."
FN is executed on mouse-2 and \\r, BODY is executed with `map' bound."
(declare (indent defun))
`(defvar ,name
(let ((map (make-sparse-keymap)))
Expand Down

0 comments on commit e0f4918

Please sign in to comment.