emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 336beeb973 5/5: Doc strings within 80 char li


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 336beeb973 5/5: Doc strings within 80 char limit for hmouse-tag.el (#221)
Date: Thu, 21 Jul 2022 03:57:44 -0400 (EDT)

branch: externals/hyperbole
commit 336beeb9731f9bbddaed827e3936f4d72956d551
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    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  <matsl@gnu.org>
 
+* 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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]