X-Debbugs-Cc: Garreau, Alexandre Tags: patch Severity: minor Alexandre's recent post about pcase-lambda made me notice that lambda's docstring claims lambda forms are self-quoting. However, they are not: ;; -*- lexical-binding: t -*- (setq lexical-binding t) ; for *scratch* (lambda (x) (+ 1 x)) ;=> (closure (t) (x) (+ 1 x))