mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-27 07:37:25 +00:00
org-protocol: Fix message string
* lisp/org-protocol.el (org-protocol-store-link): Remove spurious single quotes.
This commit is contained in:
parent
d437c1b5de
commit
bdbb7a255b
@ -445,9 +445,9 @@ form URL/TITLE can also be used."
|
||||
(when (boundp 'org-stored-links)
|
||||
(push (list uri title) org-stored-links))
|
||||
(kill-new uri)
|
||||
(message "`%s' to insert new org-link, `%s' to insert `%s'"
|
||||
(substitute-command-keys "`\\[org-insert-link]'")
|
||||
(substitute-command-keys "`\\[yank]'")
|
||||
(message "`%s' to insert new Org link, `%s' to insert %S"
|
||||
(substitute-command-keys "\\[org-insert-link]")
|
||||
(substitute-command-keys "\\[yank]")
|
||||
uri))
|
||||
nil)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user