branch: externals/cape
commit 29130e35225fa8e5f5ecc86f2ad2425f7ec3c35d
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Fix quotation
---
 cape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cape.el b/cape.el
index e3af53ddba..fe0376460e 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

Reply via email to