branch: elpa/rubocop commit b65a3104edf38dbe56157e9a5bfb0b6670e62075 Merge: b921bec 88d1bbf Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Merge pull request #3 from purcell/patch-1 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: