From 29130e35225fa8e5f5ecc86f2ad2425f7ec3c35d Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Wed, 27 Apr 2022 16:09:45 +0200 Subject: Fix quotation --- cape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cape.el b/cape.el index e3af53d..fe03764 100644 --- a/cape.el +++ b/cape.el @@ -74,7 +74,7 @@ If t, check all other buffers (subject to dabbrev ignore rules). Any other non-nil value only checks some other buffers, as per `dabbrev-select-buffers-function'." :type '(choice (const :tag "off" nil) - (const :tag "some" 'some) + (const :tag "some" some) (other :tag "all" t))) (defcustom cape-file-directory-must-exist t -- cgit v1.0