X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=1c4293760451a07e6e2636fa8aaffd8f7393063d;hp=757748907ab5e3bdf0794a7ba8bc776a836eecfc;hb=297f223afe310a0acbe395c79c4c13b1257b0d0c;hpb=a20dd6f3661e06ad70debaad1d871ec71ac2c313 diff --git a/elpher.el b/elpher.el index 7577489..1c42937 100644 --- a/elpher.el +++ b/elpher.el @@ -1757,7 +1757,7 @@ This is rendered using `elpher-get-visited-pages-page' via `elpher-type-map'." (defun elpher-display-history-links (pages title) "Show all PAGES in an Elpher buffer with a given TITLE." - (let* ((title-line (concat "---- " title " ----")) + (let* ((title-line (concat " ---- " title " ----")) (footer-line (make-string (length title-line) ?-))) (elpher-with-clean-buffer (insert title-line "\n\n") @@ -1768,7 +1768,7 @@ This is rendered using `elpher-get-visited-pages-page' via `elpher-type-map'." (address (elpher-page-address page))) (elpher-insert-index-record display-string address)))) (insert "No history items found.\n")) - (insert "\n" footer-line "\n" + (insert "\n " footer-line "\n" "Select an entry or press 'u' to return to the previous page.") (elpher-restore-pos))))