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 390f030 commit 38018a1Copy full SHA for 38018a1
right-click-context.el
@@ -80,7 +80,7 @@
80
(let ((map (make-sparse-keymap)))
81
(define-key map (kbd "<mouse-3>") #'right-click-context-click-menu)
82
map)
83
- "Keymap used in right-click-context-mode.")
+ "Keymap used in `right-click-context-mode'.")
84
85
(defcustom right-click-context-global-menu-tree
86
'(("Copy" :call (kill-ring-save (region-beginning) (region-end))
0 commit comments