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

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

[elpa] externals/substitute fd60c0da63 08/39: Mention substitute-report-


From: ELPA Syncer
Subject: [elpa] externals/substitute fd60c0da63 08/39: Mention substitute-report-operation in hook doc string
Date: Mon, 16 Jan 2023 11:58:46 -0500 (EST)

branch: externals/substitute
commit fd60c0da632c5ddf3046ccfd75c5f671c3af8603
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Mention substitute-report-operation in hook doc string
---
 substitute.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/substitute.el b/substitute.el
index 4287ba7035..976dfffe97 100644
--- a/substitute.el
+++ b/substitute.el
@@ -50,7 +50,9 @@ of the substitution."
 (defcustom substitute-post-replace-hook nil
   "Special hook to run after a substitution command.
 Every function is called with four arguments: TARGET, SUB, COUNT,
-and SCOPE."
+and SCOPE.
+
+For a reference function, see `substitute-report-operation'."
   :group 'substitute
   :type 'hook)
 



reply via email to

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