; * lisp/emacs-lisp/let-alist.el (let-alist): Fix quoting in doc string.

This commit is contained in:
Eli Zaretskii 2023-09-29 08:41:42 +03:00
parent 71feee7930
commit d558f38fe5

View file

@ -145,7 +145,7 @@ Note that there is no way to differentiate the case where a key
is missing from when it is present, but its value is nil. Thus, is missing from when it is present, but its value is nil. Thus,
the following form evaluates to nil: the following form evaluates to nil:
(let-alist '((some-key . nil)) (let-alist \\='((some-key . nil))
.some-key)" .some-key)"
(declare (indent 1) (debug t)) (declare (indent 1) (debug t))
(let ((var (make-symbol "alist"))) (let ((var (make-symbol "alist")))