branch: externals/hyperbole
commit 336beeb9731f9bbddaed827e3936f4d72956d551
Author: Mats Lidell <[email protected]>
Commit: GitHub <[email protected]>
Doc strings within 80 char limit for hmouse-tag.el (#221)
---
ChangeLog | 1 +
hmouse-tag.el | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 886910607e..c81b073158 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2022-07-20 Mats Lidell <[email protected]>
+* hmouse-tag.el:
* hbdata.el:
* hactypes.el:
* hib-debbugs.el:
diff --git a/hmouse-tag.el b/hmouse-tag.el
index a6f88a081c..807371f5bf 100644
--- a/hmouse-tag.el
+++ b/hmouse-tag.el
@@ -1446,7 +1446,8 @@ to look. If no tags file is found, an error is signaled."
;;; ************************************************************************
(defun smart-tags-noselect-function ()
- "Return the best available function for finding a tag definition without
selecting it."
+ "Return the best available function for finding a tag definition.
+The function does not select the tag definition."
(car (delq nil (mapcar (lambda (func) (if (fboundp func) func))
#'(xref-definition find-tag-noselect
find-tag-internal)))))