File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ Only applies when the *cider-inspect* buffer is currently visible."
122
122
If nil, files are not saved.
123
123
If 'prompt, the user is prompted to save the file if it's been modified.
124
124
If t, save the file without confirmation."
125
- :type '(choice (const prompt :tag " Prompt to save the file if it's been modified" )
126
- (const nil :tag " Don't save the file" )
127
- (const t :tag " Save the file without confirmation" ))
125
+ :type '(choice (const :tag " Prompt to save the file if it's been modified" prompt )
126
+ (const :tag " Don't save the file" nil )
127
+ (const :tag " Save the file without confirmation" t ))
128
128
:group 'cider
129
129
:package-version '(cider . " 0.6.0" ))
130
130
Original file line number Diff line number Diff line change 72
72
If nil, files are not saved.
73
73
If 'prompt, the user is prompted to save files if they have been modified.
74
74
If t, save the files without confirmation."
75
- :type '(choice (const prompt :tag " Prompt to save files if they have been modified" )
76
- (const nil :tag " Don't save the files" )
77
- (const t :tag " Save the files without confirmation" ))
75
+ :type '(choice (const :tag " Prompt to save files if they have been modified" prompt )
76
+ (const :tag " Don't save the files" nil )
77
+ (const :tag " Save the files without confirmation" t ))
78
78
:group 'cider
79
79
:package-version '(cider . " 0.15.0" ))
80
80
You can’t perform that action at this time.
0 commit comments