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

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

[elpa] externals/mct 3c64d4e17f: Fix symbol in manual's sample Avy code


From: ELPA Syncer
Subject: [elpa] externals/mct 3c64d4e17f: Fix symbol in manual's sample Avy code
Date: Fri, 25 Feb 2022 03:57:45 -0500 (EST)

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

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

diff --git a/README.org b/README.org
index 32d1e59b0a..a8bd2d78f7 100644
--- a/README.org
+++ b/README.org
@@ -1169,7 +1169,7 @@ activate it with the =C-.= key.
   (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]