branch: externals/hyperbole commit 2a83f378a3bd09f70dcb5b22142ec0663a0ab207 Author: bw <r...@gnu.org> Commit: bw <r...@gnu.org>
hyrolo-consult-grep - Document default value of `path-list' --- ChangeLog | 2 -- hyrolo.el | 5 +++-- hywiki.el | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86b3fd57cf..427a782f0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -259,8 +259,6 @@ * hywiki.el (hywiki-word-face-at-p): hibtypes.el (smerge): Use or instead of setq. Thanks Stefan Monnier for -2025-04-27 Mats Lidell <ma...@gnu.org> - * man/hyperbole.texi (Implicit Button Types): Add anchor to all ibtypes. * hywiki.el (hywiki-word-face-at-p): diff --git a/hyrolo.el b/hyrolo.el index 81dd05ec9e..2d62d44c6d 100644 --- a/hyrolo.el +++ b/hyrolo.el @@ -3,7 +3,7 @@ ;; Author: Bob Weiner ;; ;; Orig-Date: 7-Jun-89 at 22:08:29 -;; Last-Mod: 2-Jun-25 at 23:27:51 by Bob Weiner +;; Last-Mod: 7-Jun-25 at 11:41:41 by Bob Weiner ;; ;; SPDX-License-Identifier: GPL-3.0-or-later ;; @@ -541,7 +541,8 @@ Use ripgrep (rg) if found, otherwise, plain grep. Initialize search with optional REGEXP and interactively prompt for changes. Limit matches per file to the absolute value of MAX-MATCHES, if given and not 0. If 0, match to headlines only (lines that start with a '^[*#]+[ \t]+' regexp). -With optional PROMPT string, use this as the first part of the grep prompt; +Optional PATH-LIST defaults to `hyrolo-file-list' when not given. With +optional PROMPT string, use this as the first part of the grep prompt; omit any trailing colon and space in the prompt." (interactive "i\nP") (let* ((grep-includes (concat "--include *.kot --include *.kotl" diff --git a/hywiki.el b/hywiki.el index 83fc41a824..e5ee9f9a01 100644 --- a/hywiki.el +++ b/hywiki.el @@ -2,8 +2,8 @@ ;; ;; Author: Bob Weiner ;; -;; Orig-Date: 21-Acpr-24 at 22:41:13 -;; Last-Mod: 28-May-25 at 01:15:45 by Bob Weiner +;; Orig-Date: 21-Apr-24 at 22:41:13 +;; Last-Mod: 7-Jun-25 at 11:44:55 by Bob Weiner ;; ;; SPDX-License-Identifier: GPL-3.0-or-later ;;