From bf04e2c364626b0e313a0b467cd1b5697619e464 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 25 Aug 2019 13:38:18 -0700 Subject: Fix typo --- oni-css/oni-css.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-css') diff --git a/oni-css/oni-css.el b/oni-css/oni-css.el index ade8746..e588304 100644 --- a/oni-css/oni-css.el +++ b/oni-css/oni-css.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190824001316 +;; Version: 20190825132418 ;; Package-Requires: (oni-company oni-fci hydra rainbow-mode yasnippet) ;; This program is free software; you can redistribute it and/or modify @@ -43,7 +43,7 @@ (defconst oni-css-snippets-dir (expand-file-name "snippets" oni-css-root) - "The directory where ‘oni-conf’ stores its snippets.") + "The directory where ‘oni-css’ stores its snippets.") (defun oni-css-property-important-p () "Return whether or not the current property is important." -- cgit v1.2.3-54-g00ecf