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:
aedf4e8
)
Clarified info documentation link.
author
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 26 Jun 2019 15:51:50 +0000
(17:51 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 26 Jun 2019 15:51:50 +0000
(17:51 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
7b41911
..
d225d03
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-791,7
+791,11
@@
calls, as is necessary if the match is performed by `string-match'."
(info "(elpher)"))
'follow-link t
'help-echo help-string))
- (insert " for full documentation. **")
+ (insert " for the full documentation. **\n")
+ (insert (propertize
+ (concat " (This should be available if you have installed Elpher using\n"
+ " MELPA. Otherwise you will have to install the manual yourself.)")
+ 'face 'shadow))
(elpher-restore-pos)))
;; Bookmarks page node retrieval