emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rubocop 4acece2 17/64: Merge pull request #5 from arthurnn


From: ELPA Syncer
Subject: [nongnu] elpa/rubocop 4acece2 17/64: Merge pull request #5 from arthurnn/fix-mode-desc
Date: Wed, 11 Aug 2021 10:07:56 -0400 (EDT)

branch: elpa/rubocop
commit 4acece2925d597518f35704952fc6eebe5166d6c
Merge: 6f4928d 577df29
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]