6464
6565(defcustom cider-show-error-buffer t
6666 "Control the popup behavior of cider stacktraces.
67- The following values are possible t or 'always, 'except-in-repl,
68- 'only-in-repl. Any other value, including nil, will cause the stacktrace
67+ The following values are possible t or \\= 'always, \\= 'except-in-repl,
68+ \\= 'only-in-repl. Any other value, including nil, will cause the stacktrace
6969not to be automatically shown.
7070
7171Irrespective of the value of this variable, the `cider-error-buffer' is
@@ -88,7 +88,7 @@ in order to void its effect."
8888(defcustom cider-auto-jump-to-error t
8989 "Control the cursor jump behavior in compilation error buffer.
9090When non-nil automatically jump to error location during interactive
91- compilation. When set to 'errors-only, don't jump to warnings.
91+ compilation. When set to \\= 'errors-only, don't jump to warnings.
9292When set to nil, don't jump at all."
9393 :type '(choice (const :tag "always" t)
9494 (const errors-only)
@@ -120,7 +120,7 @@ Only applies when the *cider-inspect* buffer is currently visible."
120120(defcustom cider-save-file-on-load 'prompt
121121 "Controls whether to prompt to save the file when loading a buffer.
122122If nil, files are not saved.
123- If 'prompt, the user is prompted to save the file if it's been modified.
123+ If \\= 'prompt, the user is prompted to save the file if it's been modified.
124124If t, save the file without confirmation."
125125 :type '(choice (const :tag "Prompt to save the file if it's been modified" prompt)
126126 (const :tag "Don't save the file" nil)
@@ -336,7 +336,7 @@ If you wish phases to be ignored, set this variable to nil instead.
336336
337337You can learn more about Clojure's error phases at:
338338https://clojure.org/reference/repl_and_main#_at_repl"
339- :type 'list
339+ :type '( list string)
340340 :group 'cider
341341 :package-version '(cider . "0.18.0"))
342342
0 commit comments