Removed "tab" instruction (is wrong if helm-mode is acive)
authorTim Vaughan <tgvaughan@gmail.com>
Wed, 12 Jun 2019 22:48:24 +0000 (00:48 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Wed, 12 Jun 2019 22:50:00 +0000 (00:50 +0200)
elpher.el

index 361e1a3..ed1ab29 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -712,7 +712,7 @@ host, selector and port."
   (let* ((link-map (elpher-build-link-map)))
     (if link-map
         (let ((key (let ((completion-ignore-case t))
-                     (completing-read "Directory entry/link (tab to autocomplete): "
+                     (completing-read "Directory item/link: "
                                       link-map nil t))))
           (if (and key (> (length key) 0))
               (let ((b (cdr (assoc key link-map))))