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

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

[elpa] externals/hyperbole 8f9379d3ff 3/8: Doc strings within 80 char li


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 8f9379d3ff 3/8: Doc strings within 80 char limit for hib-doc-id.el (#219)
Date: Mon, 1 Aug 2022 10:57:43 -0400 (EDT)

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

    Doc strings within 80 char limit for hib-doc-id.el (#219)
---
 ChangeLog     | 1 +
 hib-doc-id.el | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 702a3170ca..d8e1205956 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2022-07-26  Mats Lidell  <matsl@gnu.org>
 
+* hib-doc-id.el:
 * hhist.el:
 * hbut.el:
 * kotl/kotl-orgtbl.el: Shorten docs strings to be within 80 char limit.
diff --git a/hib-doc-id.el b/hib-doc-id.el
index b3acc50a98..028321c951 100644
--- a/hib-doc-id.el
+++ b/hib-doc-id.el
@@ -3,9 +3,9 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    30-Sep-92 at 19:39:59
-;; Last-Mod:     24-Jan-22 at 00:18:32 by Bob Weiner
+;; Last-Mod:     21-Jul-22 at 11:21:45 by Mats Lidell
 ;;
-;; Copyright (C) 1991-2021  Free Software Foundation, Inc.
+;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
 ;; This file is part of GNU Hyperbole.
@@ -93,7 +93,7 @@
     (concat "ID:[ \t]*"
            (regexp-quote doc-id-start) "[ \t]*" (regexp-quote doc-id)
            "[ \t]*" (regexp-quote doc-id-end)))
-  "Function of one argument that returns regexp which matches only within 
DOC-ID's index entry.")
+  "Single arg function returning regexp matching within DOC-ID's index entry 
only.")
 
 (defvar doc-id-p (lambda (str)
                   (and (stringp str)
@@ -103,7 +103,8 @@
   "Value is a function with a boolean result that tests whether `str' is a doc 
id.")
 
 (defvar doc-id-online-regexp "^Online-Loc:[ \t]*\"\\([^\"\t\r\n\f]+\\)\""
-  "Regexp whose 1st grouping matches a double quoted index entry implicit 
button that displays an online document.")
+  "Regexp with 1st grouping matching a double quoted index entry implicit 
button.
+The implicit button displays an online document.")
 
 ;;; ************************************************************************
 ;;; Public implicit button types



reply via email to

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