diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-04-27 16:09:45 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-04-27 16:09:45 +0200 |
| commit | 29130e35225fa8e5f5ecc86f2ad2425f7ec3c35d (patch) | |
| tree | 41e586721ac89aed1c74e9fba6338202e47cf00c /cape.el | |
| parent | c404b0df4a25a0fd1de852b3e0783610dba9a349 (diff) | |
Fix quotation
Diffstat (limited to 'cape.el')
| -rw-r--r-- | cape.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
