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

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

[elpa] externals/hyperbole b0ba1ad6ff 2/3: Doc strings within 80 char li


From: ELPA Syncer
Subject: [elpa] externals/hyperbole b0ba1ad6ff 2/3: Doc strings within 80 char limit for hmoccur.el (#241)
Date: Tue, 13 Sep 2022 18:57:41 -0400 (EDT)

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

    Doc strings within 80 char limit for hmoccur.el (#241)
---
 ChangeLog  | 4 ++++
 hmoccur.el | 8 +++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1b6d135eff..cb45c6286b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-09-14  Mats Lidell  <matsl@gnu.org>
+
+* hmoccur.el: Shorten docs strings to be within 80 char limit.
+
 2022-09-13  Mats Lidell  <matsl@gnu.org>
 
 * hmouse-info.el: Shorten docs strings to be within 80 char limit.
diff --git a/hmoccur.el b/hmoccur.el
index 53e30a1069..0315b57b6a 100644
--- a/hmoccur.el
+++ b/hmoccur.el
@@ -3,7 +3,7 @@
 ;; Author:       Markus Freericks <Mfx@cs.tu-berlin.de> / Bob Weiner
 ;;
 ;; Orig-Date:     1-Aug-91
-;; Last-Mod:     18-Apr-22 at 00:19:03 by Mats Lidell
+;; Last-Mod:     25-Jul-22 at 20:00:01 by Mats Lidell
 ;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
@@ -181,8 +181,10 @@ serves as a menu to find any of the occurrences in this 
buffer.
   (setq mode-name "Moccur"))
 
 (defun moccur-noselect ()
-  "Return (destination-buffer line-number occur-match-text) for the current 
moccur buffer line.
-Signal an error if not on a valid occurrence line."
+  "Return match data for the current moccur buffer line.
+Match data is returned as a list (destination-buffer line-number
+occur-match-text).  Signal an error if not on a valid occurrence
+line."
   (if (not (eq major-mode 'moccur-mode))
       (error "'moccur-to' must be called within a moccur buffer")
     (let (beg file-path lineno dstbuf occur-match)



reply via email to

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