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

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

[elpa] externals/hyperbole 16d8e7bcc8 4/5: hyrolo-demo.el: Shorten docs


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 16d8e7bcc8 4/5: hyrolo-demo.el: Shorten docs strings to be within 80 char limit. (#266)
Date: Sun, 14 Aug 2022 16:57:38 -0400 (EDT)

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

    hyrolo-demo.el: Shorten docs strings to be within 80 char limit. (#266)
---
 ChangeLog      | 1 +
 hyrolo-demo.el | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0b3c3276ef..ce4626bcfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2022-08-14  Mats Lidell  <matsl@gnu.org>
 
+* hyrolo-demo.el:
 * hui-jmenu.el:
 * hui-em-but.el:
 * hsys-youtube.el: Shorten docs strings to be within 80 char limit.
diff --git a/hyrolo-demo.el b/hyrolo-demo.el
index 82a10ee8c3..6b6bd9caa5 100644
--- a/hyrolo-demo.el
+++ b/hyrolo-demo.el
@@ -3,9 +3,9 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:     4-Nov-17 at 13:56:47
-;; Last-Mod:     24-Jan-22 at 00:23:34 by Bob Weiner
+;; Last-Mod:      6-Aug-22 at 21:33:05 by Mats Lidell
 ;;
-;; Copyright (C) 2017-2021  Free Software Foundation, Inc.
+;; Copyright (C) 2017-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
 ;; This file is part of GNU Hyperbole.
@@ -32,7 +32,7 @@
 
 ;;;###autoload
 (defun hyrolo-demo-fgrep (string &optional max-matches)
-  "Display rolo entries in \"DEMO-ROLO.otl\" matching STRING (or a logical 
match expression).
+  "Display rolo entries in \"DEMO-ROLO.otl\" matching STRING or a logic 
expression.
 Display to a maximum of optional prefix arg MAX-MATCHES.
 Each entry is displayed with all of its sub-entries.
 
@@ -49,7 +49,8 @@ logical expression matching."
 
 ;;;###autoload
 (defun hyrolo-demo-fgrep-logical (expr &optional count-only 
include-sub-entries no-sub-entries-out)
-  "Display rolo entries in \"DEMO-ROLO.otl\" matching EXPR which may contain 
prefix logical operators.
+  "Display rolo entries in \"DEMO-ROLO.otl\" matching EXPR.
+EXPR may contain prefix logical operators.
 If optional COUNT-ONLY is non-nil, don't display entries, return
 count of matching entries only.  If optional INCLUDE-SUB-ENTRIES
 flag is non-nil, SEXP will be applied across all sub-entries at



reply via email to

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