branch: externals/jinx commit c9c5bde6a5abb7410f58ef51006ba44f76622779 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Use quotes in comment --- jinx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinx.el b/jinx.el index 6c0923759d..c298830289 100644 --- a/jinx.el +++ b/jinx.el @@ -88,7 +88,7 @@ font-lock-string-face) (conf-mode font-lock-comment-face font-lock-string-face) - ;; yaml-mode and yaml-ts-mode are text-modes, + ;; `yaml-mode' and `yaml-ts-mode' are text-modes, ;; while they should better be conf- or prog-modes. (yaml-mode font-lock-comment-face font-lock-string-face)