diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/al.el')
-rw-r--r-- | emacs/.emacs.d/wpc/al.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/al.el b/emacs/.emacs.d/wpc/al.el index 92e1caa413f5..e29f853f8ea5 100644 --- a/emacs/.emacs.d/wpc/al.el +++ b/emacs/.emacs.d/wpc/al.el @@ -107,7 +107,7 @@ "Set K to V in XS." (if (al-has-key? k xs) (progn - ;; Note: this is intentional `alist-get' and not `al-get'. + ;; Note: this is intentional `alist-get' and not `al-get'. (setf (alist-get k xs) v) xs) (list-cons `(,k . ,v) xs))) |