* lisp/emacs-lisp/easy-mmode.el (easy-mmode--mode-docstring): Add comment

This commit is contained in:
Stefan Monnier 2024-02-03 18:22:41 -05:00
parent ecf3488477
commit 4ebded3f5e

View file

@ -132,7 +132,7 @@ it is disabled.")
(string-replace "'" "\\='" (format "%S" getter)))))
(let ((start (point)))
(insert argdoc)
(when (fboundp 'fill-region)
(when (fboundp 'fill-region) ;Don't break bootstrap!
(fill-region start (point) 'left t))))
;; Finally, insert the keymap.
(when (and (boundp keymap-sym)