Skip to content

Commit 38018a1

Browse files
committed
Add quotes right-click-context-mode in doc comment
refs #4
1 parent 390f030 commit 38018a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

right-click-context.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
(let ((map (make-sparse-keymap)))
8181
(define-key map (kbd "<mouse-3>") #'right-click-context-click-menu)
8282
map)
83-
"Keymap used in right-click-context-mode.")
83+
"Keymap used in `right-click-context-mode'.")
8484

8585
(defcustom right-click-context-global-menu-tree
8686
'(("Copy" :call (kill-ring-save (region-beginning) (region-end))

0 commit comments

Comments
 (0)