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

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

[nongnu] elpa/rubocop c2959fb 38/64: Fix a docstring


From: ELPA Syncer
Subject: [nongnu] elpa/rubocop c2959fb 38/64: Fix a docstring
Date: Wed, 11 Aug 2021 10:08:01 -0400 (EDT)

branch: elpa/rubocop
commit c2959fbf9dfb457fdb0a3e4ff042b7cb41a457a4
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Fix a docstring
---
 rubocop.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rubocop.el b/rubocop.el
index 38e67dd..c4c9ea2 100644
--- a/rubocop.el
+++ b/rubocop.el
@@ -82,7 +82,8 @@ The current directory is assumed to be the project's root 
otherwise."
   (concat "*RuboCop " file-or-dir "*"))
 
 (defun rubocop-build-command (command path)
-  "Compose the full command to be run, prefixing with `bundle exec` if rubocop 
is bundled"
+  "Build the full command to be run based on COMMAND and PATH.
+The command will be prefixed with `bundle exec` if RuboCop is bundled."
   (concat (if (rubocop-bundled-p) "bundle exec " "") command " " path))
 
 (defun rubocop--dir-command (command &optional directory)



reply via email to

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