Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
9 changes: 5 additions & 4 deletions hyrolo-demo.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand All @@ -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
Expand Down