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

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

[nongnu] elpa/rubocop 0131536 39/64: Fix a docstring


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

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

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

diff --git a/rubocop.el b/rubocop.el
index c4c9ea2..6e39d05 100644
--- a/rubocop.el
+++ b/rubocop.el
@@ -66,8 +66,7 @@
          file-name)))
 
 (defun rubocop-project-root ()
-  "Retrieve the root directory of a project if available.
-The current directory is assumed to be the project's root otherwise."
+  "Retrieve the root directory of a project if available."
   (or
    (car
     (mapcar #'expand-file-name



reply via email to

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