summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/let-alist.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/let-alist.el')
-rw-r--r--lisp/emacs-lisp/let-alist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/let-alist.el b/lisp/emacs-lisp/let-alist.el
index 1f08cc41a5c..6fb425c5615 100644
--- 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")))