summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorNeil Okamoto <neil.okamoto@gmail.com>2018-02-06 17:16:55 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-03-05 08:13:41 +0700
commit547a8db61cf86503fd250dc7d534448b3b785292 (patch)
treee601484007dc2c0b66a642e313939b91befb8d59 /cider-repl.el
parent30fe9ea32446bb90057d3c57334a9cbe868e8e69 (diff)
[#2199] Indentation adjustments, per elisp-lint
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-repl.el b/cider-repl.el
index d2f3a9bc..1e0e3cd8 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -89,7 +89,7 @@ set to `display-only' the buffer will be displayed, but it will not become
focused. Otherwise the buffer is displayed and focused."
:type '(choice (const :tag "Create the buffer, but don't display it" nil)
(const :tag "Create and display the buffer, but don't focus it"
- display-only)
+ display-only)
(const :tag "Create, display, and focus the buffer" t))
:group 'cider-repl)
@@ -123,7 +123,7 @@ change the setting's value."
This sets the wrap point for pretty printing on the repl. If nil, it
defaults to the variable `fill-column'."
:type '(restricted-sexp :match-alternatives
- (integerp 'nil))
+ (integerp 'nil))
:group 'cider-repl
:package-version '(cider . "0.15.0"))