summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-04-18 18:19:28 +0200
committerThierry Volpiatto <thievol@posteo.net>2021-04-18 18:19:28 +0200
commitb3369b1a65b800dab96880e0711705a847f8f417 (patch)
tree6afa75ea60ede37558ff9bca79bb582127666dd2 /helm-utils.el
parent09d40429995cc66c0752f9f481d6ad8deb1ff713 (diff)
Add url to entities docstring
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-utils.el b/helm-utils.el
index 174b4b8b..ca3cd905 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -231,7 +231,8 @@ last position is added to the register `helm-save-pos-before-jump-register'.")
("&reg;" . 174) ;; ®
("&shy;" . 173)) ;; ­
- "Table of html character entities and values.")
+ "Table of html character entities and values.
+See https://www.freeformatter.com/html-entities.html")
(defvar helm-find-many-files-after-hook nil
"Hook that runs at end of `helm-find-many-files'.")