diff --git a/modules/tools/flyspell/config.el b/modules/tools/flyspell/config.el index 508f240f4..f9937dcfd 100644 --- a/modules/tools/flyspell/config.el +++ b/modules/tools/flyspell/config.el @@ -42,7 +42,7 @@ Since spellchecking can be slow in some buffers, this can be disabled with: (`hunspell (setq ispell-program-name "hunspell")) - (_ (warn "Spell checker not found. Either install `aspell' or `hunspell'")))) + (_ (message "Spell checker not found. Either install `aspell' or `hunspell'")))) ;;;###package flyspell