]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/custom.el (defcustom): Remove empty doc string.
authorMattias EngdegÄrd <mattiase@acm.org>
Tue, 22 Jul 2025 09:30:02 +0000 (11:30 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 08:11:58 +0000 (10:11 +0200)
It is no longer needed because (lambda () "hello") has no doc string.

(cherry picked from commit b7f2d994c693f1dcd23c38aeeab8b178cb850174)

lisp/custom.el

index 048e4a55c72baf9f5365611a28a2d48a4f248dbe..40bde43caf71926786c44fca769ff7cfaddbaad5 100644 (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))