From ca3bfdbad1384f809dba7c1201b6e6d80238965c Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Tue, 23 Apr 2019 01:47:10 +0200 Subject: [PATCH] Fixed out-of-date start page help. --- elopher.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elopher.el b/elopher.el index 3742497..e6d0208 100644 --- a/elopher.el +++ b/elopher.el @@ -30,7 +30,7 @@ "i - u: return to parent directory entry\tfake\tfake\t1" "i - g: go to a particular page\tfake\tfake\t1" "i - r: reload current page\tfake\tfake\t1" - "i - t: display the current page as text (i.e. \"source\")\tfake\tfake\t1" + "i - w: display the raw server response for the current page\tfake\tfake\t1" "i\tfake\tfake\t1" "iPlaces to start exploring Gopherspace:\tfake\tfake\t1" "i\tfake\tfake\t1" @@ -364,7 +364,7 @@ The result is stored as a string in the variable elopher-selector-string." (elopher-with-clean-buffer (insert content)) (elopher-restore-pos) - (message "Displaying cached search results. Reload to perform a new search.")) + (message "Displaying cached search results. Reload to perform a new search.")) (let* ((query-string (read-string "Query: ")) (query-selector (concat (elopher-address-selector address) "\t" query-string)) (search-address (elopher-make-address query-selector -- 2.20.1