branch: externals/substitute
commit fd60c0da632c5ddf3046ccfd75c5f671c3af8603
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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)