commit 01bf4e07279a9cd68f4776e03133a7905d4b6f0f from: Omar Polo date: Tue Aug 17 09:55:29 2021 UTC reword docstring to avoid checkdoc complain checkdoc complained that `uses' should be in imperative form... commit - 00eb9c8707477056ff57bfba0f4905912a8386fc commit + 01bf4e07279a9cd68f4776e03133a7905d4b6f0f blob - 7ad2216d414fd7c2df362bd3376ee68a564c73d4 blob + d7baf164299b4a5d6baf15e441e224d2abb551b7 --- vc-got.el +++ 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)