Skip to content

Commit 9db0cee

Browse files
yuhan0bbatsov
authored andcommitted
Add details to nrepl-dict commentary
1 parent 4b17105 commit 9db0cee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nrepl-dict.el

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
;;; Commentary:
2929
;;
3030
;; Provides functions to interact with and create `nrepl-dict's. These are
31-
;; simply plists with an extra element at the head.
31+
;; simply plists with an extra element at the head, and using `equal' for
32+
;; comparison of string keys.
3233

3334
;;; Code:
3435
(require 'cl-lib)
@@ -199,7 +200,7 @@ If NO-JOIN is given, return the first non nil dict."
199200
(t `(,dict1 ,dict2)))))
200201

201202

202-
;;; Dbind
203+
;;; Destructuring-bind of string keys
203204
(defmacro nrepl-dbind-response (response keys &rest body)
204205
"Destructure an nREPL RESPONSE dict.
205206
Bind the value of the provided KEYS and execute BODY."

0 commit comments

Comments
 (0)