mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* 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:
parent
d381a7e799
commit
b7f2d994c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue