X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=f7fa4e16348cb5b2a0bf1d8950856821d8bc5670;hp=fb71b3d52066755c371d184b1343a96082ff25bf;hb=ea5d4ed29b15d1c2d28fd33877acc932fa1cb617;hpb=5b4ad44db249c7bce8f2c18a16043ee3ddc77f55 diff --git a/elpher.el b/elpher.el index fb71b3d..f7fa4e1 100644 --- a/elpher.el +++ b/elpher.el @@ -1875,16 +1875,16 @@ To bookmark the link at point use \\[elpher-bookmark-link]." (elpher-insert-index-record name address)))) (insert "No bookmarked pages found.\n")) (insert "\n --------------------------\n\n" - "Select an entry or press 'u' to return to the previous page.\n\n") - (insert "To rename or delete bookmark entries, open your bookmark list\n" - "using the ") + "Select an entry or press 'u' to return to the previous page.\n\n" + "Bookmarks can be renamed or deleted via the ") (insert-text-button "Emacs bookmark menu" 'action (lambda (_) (interactive) (call-interactively #'bookmark-bmenu-list)) 'follow-link t 'help-echo "RET,mouse-1: open Emacs bookmark menu") - (insert (substitute-command-keys " via '\\[bookmark-bmenu-list]'.")) + (insert (substitute-command-keys + ",\nwhich can also be openned from anywhere using '\\[bookmark-bmenu-list]'.")) (elpher-restore-pos)))) (defun elpher-show-bookmarks ()