branch: elpa/rubocop
commit 4acece2925d597518f35704952fc6eebe5166d6c
Merge: 6f4928d 577df29
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Merge pull request #5 from arthurnn/fix-mode-desc
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)