Skip to content

Commit

Permalink
Misc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Apr 19, 2024
1 parent 869f502 commit 0cf75bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions cider-mode.el
Expand Up @@ -622,8 +622,9 @@ re-visited."

(defcustom cider-custom-symbol-categorizer-1
nil
"A function that receives `var-sym' and `metadata-map'.
Determines is a given symbol should be rendered using
"A function that receives `var' (type: string),
and `metadata-map' (type: nrepl dict).
Determines if a given symbol should be rendered using
`cider-custom-face-1'.
See also: `cider-custom-face-1', `cider-font-lock-dynamically'."
Expand All @@ -633,8 +634,9 @@ See also: `cider-custom-face-1', `cider-font-lock-dynamically'."

(defcustom cider-custom-symbol-categorizer-2
nil
"A function that receives `var-sym' and `metadata-map'.
Determines is a given symbol should be rendered using
"A function that receives `var' (type: string),
and `metadata-map' (type: nrepl dict).
Determines if a given symbol should be rendered using
`cider-custom-face-2'.
See also: `cider-custom-face-2', `cider-font-lock-dynamically'."
Expand Down
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/usage/code_reloading.adoc
Expand Up @@ -112,7 +112,7 @@ and `cider-ns-reload-all` (kbd:[C-c M-n M-l]) commands can be used instead. Thes
invoke Clojure's `+(require ... :reload)+` and `+(require
... :reload-all)+` commands at the REPL.

TIP: Theses commands don't depend on `cider-nrepl`, so they are always available.
TIP: These commands don't depend on `cider-nrepl`, so they are always available.

== Keybindings

Expand Down

0 comments on commit 0cf75bf

Please sign in to comment.