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

    Fix mct-live-completion :type for one option
---
 mct.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mct.el b/mct.el
index bf2d0f1a6a..dbc2d059eb 100644
--- a/mct.el
+++ b/mct.el
@@ -119,7 +119,7 @@ Also see `mct-completion-window-size'."
   :type '(choice
           (const :tag "Disable live-updating" nil)
           (const :tag "Enable live-updating" t)
-          (const :tag "Live update only visible Completions" 'visible))
+          (const :tag "Live update only visible Completions" visible))
   :group 'mct)
 
 (defcustom mct-minimum-input 3

Reply via email to