summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-10-16 14:26:29 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-10-16 14:26:29 +0300
commit0803409db2957c2ad1131deaa7004b8eb35d0bb9 (patch)
treec1dd64aaef3cb60a22513f1055c740626fa0e9fc /doc
parent2956282c8e699cf6764e73497e2fc1db42cc5326 (diff)
Improve the presentation of some documentation a bit
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/configuration.md b/doc/configuration.md
index 01f47678..dba3ce60 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -147,8 +147,8 @@ More details can be found [here](https://github.com/clojure-emacs/cider/issues/9
![Eldoc](images/eldoc.png)
-* CIDER also would show the eldoc for the symbol at point. So in (map inc ...)
-when the cursor is over inc its eldoc would be displayed. You can turn off this
+* CIDER also would show the eldoc for the symbol at point. So in `(map inc ...)`
+when the cursor is over `inc` its eldoc would be displayed. You can turn off this
behaviour by:
```el