From 66fc5b5cb08b8d869d624e612ce21b668c814559 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Tue, 22 Jul 2025 11:30:02 +0200 Subject: [PATCH] * lisp/custom.el (defcustom): Remove empty doc string. It is no longer needed because (lambda () "hello") has no doc string. (cherry picked from commit b7f2d994c693f1dcd23c38aeeab8b178cb850174) --- lisp/custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/custom.el b/lisp/custom.el index 048e4a55c72..40bde43caf7 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -400,7 +400,7 @@ for more information." ;; expression is checked by the byte-compiler, and that ;; lexical-binding is obeyed, so quote the expression with ;; `lambda' rather than with `quote'. - ``(funcall #',(lambda () "" ,standard)) + ``(funcall #',(lambda () ,standard)) `',standard) ,doc ,@args)) -- 2.39.5