summaryrefslogtreecommitdiff
path: root/cider-eldoc.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-14 12:46:54 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-14 12:46:54 -0700
commit50a5ee4a06b7568bd8e48936bcaa9e90ec1035e5 (patch)
tree238cafaa4a7220f0df6b4747dd5a6374ccbcdcb9 /cider-eldoc.el
parent1ccbf96bc0758413b285d3eba96d3136f9c4d387 (diff)
Improve code style a bit
Diffstat (limited to 'cider-eldoc.el')
-rw-r--r--cider-eldoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-eldoc.el b/cider-eldoc.el
index dfc76cb2..32cb494f 100644
--- a/cider-eldoc.el
+++ b/cider-eldoc.el
@@ -72,7 +72,7 @@ POS is the index of the currently highlighted argument."
(prog1
(if (or (= (1+ i) pos)
(and rest-pos
- (> (+ 1 i) rest-pos)
+ (> (1+ i) rest-pos)
(> pos rest-pos)))
(propertize argstr 'face
'eldoc-highlight-function-argument)