branch: externals/mct
commit c2e1b0db4080ab6365ae11a980159f34f6bc6ba2
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Minor doc update for consistency
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index f7a7e05..225a067 100644
--- a/mct.el
+++ b/mct.el
@@ -1016,7 +1016,7 @@ region.")
                          (current-local-map))))
 
 (defun mct--setup-keymap ()
-  "Setup minibuffer keymaps."
+  "Set up minibuffer keymaps."
   (use-local-map
    (make-composed-keymap mct-minibuffer-local-completion-map
                          (current-local-map)))

Reply via email to