* lisp/custom.el (defcustom): Remove empty doc string.

It is no longer needed because (lambda () "hello") has no doc string.
This commit is contained in:
Mattias Engdegård 2025-07-22 11:30:02 +02:00
parent d381a7e799
commit b7f2d994c6

View file

@ -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))