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

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

[elpa] externals/vc-got 01bf4e0 128/145: reword docstring to avoid check


From: ELPA Syncer
Subject: [elpa] externals/vc-got 01bf4e0 128/145: reword docstring to avoid checkdoc complain
Date: Thu, 9 Sep 2021 15:58:48 -0400 (EDT)

branch: externals/vc-got
commit 01bf4e07279a9cd68f4776e03133a7905d4b6f0f
Author: Omar Polo <op@omarpolo.com>
Commit: Omar Polo <op@omarpolo.com>

    reword docstring to avoid checkdoc complain
    
    checkdoc complained that `uses' should be in imperative form...
---
 vc-got.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vc-got.el b/vc-got.el
index 7ad2216..d7baf16 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -565,7 +565,8 @@ FILES is nil, consider all the files in DIR."
      "0")))
 
 (defun vc-got-checkout-model (_files)
-  "Got uses an implicit checkout model for every file."
+  "Return the checkout model.
+Got uses an implicit checkout model for every file."
   'implicit)
 
 (defun vc-got-mode-line-string (file)



reply via email to

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