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

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

[elpa] externals/substitute b44eaab0c3 3/3: Document correct symbol for


From: ELPA Syncer
Subject: [elpa] externals/substitute b44eaab0c3 3/3: Document correct symbol for hook in sample configuration
Date: Tue, 31 Jan 2023 01:58:15 -0500 (EST)

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

    Document correct symbol for hook in sample configuration
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 43bdcdef07..a8f9120e91 100644
--- a/README.org
+++ b/README.org
@@ -177,7 +177,7 @@ Everything is in place to set up the package.
 
 ;; If you want a message reporting the matches that changed in the
 ;; given context.  We don't do it by default.
-(add-hook 'substitute-post-replace-hook #'substitute-report-operation)
+(add-hook 'substitute-post-replace-functions #'substitute-report-operation)
 
 ;; We do not bind any keys.  This is just an idea.  The mnemonic is
 ;; that M-# (or M-S-3) is close to M-% (or M-S-5).



reply via email to

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