branch: externals/mct
commit 3c64d4e17f7bd6f2b4e3515739554f10c90dac83
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    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