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

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

[elpa] externals/mct 3b40b58ed3: Fix symbol in sample code


From: ELPA Syncer
Subject: [elpa] externals/mct 3b40b58ed3: Fix symbol in sample code
Date: Sun, 27 Feb 2022 05:57:35 -0500 (EST)

branch: externals/mct
commit 3b40b58ed35aef7e3c4f3ed7fa1b78c8f8c0e5b2
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix symbol in sample code
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 43a0273b74..4872c8ddc5 100644
--- a/README.org
+++ b/README.org
@@ -1219,7 +1219,7 @@ can be wrapped in ~with-eval-after-load~, like this:
     (when-let ((window (mct--get-completion-window)))
       (with-selected-window window
         (avy-with avy-completion
-          (let ((avy-action 'prot/mct-avy--choose))
+          (let ((avy-action 'mct-avy--choose))
             (avy-process
              (save-excursion
                (let (completions)



reply via email to

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