From 72888f553399948ac698b598c9197e12c6f58eeb Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Tue, 11 Jun 2019 01:02:28 +0200 Subject: [PATCH] Fix wrong instruction, even if it is only temporary. --- elpher.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpher.el b/elpher.el index f7e1732..476bb55 100644 --- a/elpher.el +++ b/elpher.el @@ -727,7 +727,7 @@ Beware that this completely replaces the existing contents of the file." "Display saved bookmark list." (interactive) (elpher-with-clean-buffer - (insert "Use 'u' to return to the previous page.\n\n" + (insert "Use 'r' to return to the previous page.\n\n" "---- Bookmark list ----\n\n") (let ((bookmarks (elpher-load-bookmarks))) (if bookmarks -- 2.20.1