branch: elpa/rubocop commit 88d1bbfc970304c39d0f0bb6c1819fb9eb3bea7c Author: Steve Purcell <st...@sanityinc.com> Commit: Steve Purcell <st...@sanityinc.com>
Change commentary so that it doesn't describe projectile --- rubocop.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rubocop.el b/rubocop.el index 088fb25..63f0293 100644 --- a/rubocop.el +++ b/rubocop.el @@ -29,12 +29,8 @@ ;;; Commentary: ;; -;; This library provides easy project management and navigation. The -;; concept of a project is pretty basic - just a folder containing -;; special file. Currently git, mercurial and bazaar repos are -;; considered projects by default. If you want to mark a folder -;; manually as a project just create an empty .projectile file in -;; it. See the README for more details. +;; This library allows the user to easily invoke rubocop to get feedback +;; about stylistic issues in Ruby code. ;; ;;; Code: