The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1892efc
)
Modified menu function prompt.
author
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 1 May 2019 07:26:24 +0000
(09:26 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 1 May 2019 07:26:24 +0000
(09:26 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/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))