diff --git a/core/cli/byte-compile.el b/core/cli/byte-compile.el index fcd46e9d3..b5b0d7282 100644 --- a/core/cli/byte-compile.el +++ b/core/cli/byte-compile.el @@ -153,7 +153,7 @@ If RECOMPILE-P is non-nil, only recompile out-of-date files." total-ok (- (length target-files) total-noop) total-noop) (or (= total-fail 0) - (error "Failed to compile some files"))) + (error "Failed to compile some files"))) ((debug error) (print! (red "\nThere were breaking errors.\n\n%s") "Reverting changes...") diff --git a/modules/editor/format/config.el b/modules/editor/format/config.el index bd908e689..db213333a 100644 --- a/modules/editor/format/config.el +++ b/modules/editor/format/config.el @@ -12,8 +12,8 @@ If nil, it is disabled in all modes, the same as if the +onsave flag wasn't Irrelevant if you do not have the +onsave flag enabled for this module.") -(defvar-local +format-with nil "Set this to explicitly use a certain formatter - for the current buffer.") +(defvar-local +format-with nil + "Set this to explicitly use a certain formatter for the current buffer.") ;;