X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=a4f9664d7eec66c929c1ca5880e751e8fcabcb7a;hp=bdb7aabd4484c1b01cd7205328a170b6c5f3b0f5;hb=e6e3d96782d6bf99c3dfad250cdb5158155a14bf;hpb=3d57d6d240f7bf90c9f0d27675a4830164ddce6c diff --git a/elpher.el b/elpher.el index bdb7aab..a4f9664 100644 --- a/elpher.el +++ b/elpher.el @@ -1673,7 +1673,7 @@ The result is rendered using RENDERER." (insert "\n" "Your bookmarks are stored in your ") (let ((help-string "RET,mouse-1: Open bookmark list")) - (insert-text-button "Emacs bookmark list" + (insert-text-button "bookmark list" 'face 'link 'action (lambda (_) (interactive) @@ -1882,7 +1882,7 @@ To bookmark the link at point use \\[elpher-bookmark-link]." 'follow-link t 'help-echo "RET,mouse-1: open Emacs bookmark menu") (insert (substitute-command-keys - ",\nwhich can also be openned from anywhere using '\\[bookmark-bmenu-list]'.")) + ",\nwhich can also be opened from anywhere using '\\[bookmark-bmenu-list]'.")) (elpher-restore-pos))) (defun elpher-show-bookmarks ()