projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71feee7
)
; * lisp/emacs-lisp/let-alist.el (let-alist): Fix quoting in doc string.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 29 Sep 2023 05:41:42 +0000
(08:41 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 29 Sep 2023 05:41:42 +0000
(08:41 +0300)
lisp/emacs-lisp/let-alist.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/let-alist.el
b/lisp/emacs-lisp/let-alist.el
index 1f08cc41a5c597bf975ce626a96cb8e562c38439..6fb425c5615200dfd8138058cdef8a47c1f2b59a 100644
(file)
--- a/
lisp/emacs-lisp/let-alist.el
+++ b/
lisp/emacs-lisp/let-alist.el
@@
-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,
the following form evaluates to nil:
- (let-alist '((some-key . nil))
+ (let-alist
\\=
'((some-key . nil))
.some-key)"
(declare (indent 1) (debug t))
(let ((var (make-symbol "alist")))