From: Stefan Monnier Date: Sat, 3 Feb 2024 23:22:41 +0000 (-0500) Subject: * lisp/emacs-lisp/easy-mmode.el (easy-mmode--mode-docstring): Add comment X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=290374c708208c64aae0b321313a9185202eaf87;p=emacs.git * lisp/emacs-lisp/easy-mmode.el (easy-mmode--mode-docstring): Add comment (cherry picked from commit 4ebded3f5ee8617ac6b1debaa01706cd78206f39) --- diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el index 05b23a86fc0..4fa05008dd8 100644 --- a/lisp/emacs-lisp/easy-mmode.el +++ b/lisp/emacs-lisp/easy-mmode.el @@ -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)