summaryrefslogtreecommitdiff
path: root/cape.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-04-27 16:09:45 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2022-04-27 16:09:45 +0200
commit29130e35225fa8e5f5ecc86f2ad2425f7ec3c35d (patch)
tree41e586721ac89aed1c74e9fba6338202e47cf00c /cape.el
parentc404b0df4a25a0fd1de852b3e0783610dba9a349 (diff)
Fix quotation
Diffstat (limited to 'cape.el')
-rw-r--r--cape.el2
1 files changed, 1 insertions, 1 deletions
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