branch: elpa/rubocop commit 577df29b6551eb38befc3d43f9a2672040c56fa0 Author: Arthur Neves <arthu...@gmail.com> Commit: Arthur Neves <arthu...@gmail.com>
Fix minor-mode description --- rubocop.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rubocop.el b/rubocop.el index a707563..386bcb2 100644 --- a/rubocop.el +++ b/rubocop.el @@ -154,9 +154,7 @@ Alternatively prompt user for directory." ;;;###autoload (define-minor-mode rubocop-mode - "Minor mode to assist project management and navigation. - -\\{projectile-mode-map}" + "Minor mode to interface with RuboCop." :lighter " RuboCop" :keymap rubocop-mode-map :group 'rubocop)