summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortijsmallaerts <tijs.mallaerts@gmail.com>2018-10-30 22:59:03 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-10-31 00:22:29 +0200
commit979efc48c630499926740a5a755c5c0d98676506 (patch)
tree7b3516231687a0ffec3905085aae4ade9f5eb9a4
parentd1eef83124759ee4efa5e37b8406dcb5d71f8c98 (diff)
Fix face names in docstring of cider-font-lock-dynamically variable
-rw-r--r--cider-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-mode.el b/cider-mode.el
index f748102f..f9b2189e 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -573,9 +573,9 @@ variable to nil you'll still see basic syntax highlighting.
The value is a list of symbols, each one indicates a different type of var
that should be font-locked:
- `macro' (default): Any defined macro gets the `font-lock-builtin-face'.
+ `macro' (default): Any defined macro gets the `font-lock-keyword-face'.
`function': Any defined function gets the `font-lock-function-face'.
- `var': Any non-local var gets the `font-lock-variable-face'.
+ `var': Any non-local var gets the `font-lock-variable-name-face'.
`deprecated' (default): Any deprecated var gets the `cider-deprecated-face'
face.
`core' (default): Any symbol from clojure.core (face depends on type).