Modified menu function prompt.
authorTim Vaughan <tgvaughan@gmail.com>
Wed, 1 May 2019 07:26:24 +0000 (09:26 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Wed, 1 May 2019 07:26:24 +0000 (09:26 +0200)
elpher.el

index 12ef1c8..a910317 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -680,7 +680,7 @@ The result is stored as a string in the variable ‘elpher-selector-string’."
   (let* ((link-map (elpher-build-link-map)))
     (if link-map
         (let ((key (let ((completion-ignore-case t))
-                     (completing-read "Menu item: " link-map nil t))))
+                     (completing-read "Directory entry/link (tab to autocomplete): " link-map nil t))))
           (if (and key (> (length key) 0))
               (let ((b (cdr (assoc key link-map))))
                 (goto-char (button-start b))