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

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

[elpa] externals/vc-got dd4e6a2cc7 5/7: fix the quote in the docstring o


From: ELPA Syncer
Subject: [elpa] externals/vc-got dd4e6a2cc7 5/7: fix the quote in the docstring of `vc-got--status'
Date: Sat, 28 May 2022 11:58:12 -0400 (EDT)

branch: externals/vc-got
commit dd4e6a2cc72980b1044a36207117a950aa501241
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Omar Polo <op@omarpolo.com>

    fix the quote in the docstring of `vc-got--status'
---
 vc-got.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vc-got.el b/vc-got.el
index dce4e00478..2cf17f80b5 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -246,7 +246,7 @@ worktree."
           t)))))
 
 (defun vc-got--status (status-codes dir-or-file &optional files)
-  "Return a list of lists '(FILE STATUS STAGE-STATUS).
+  "Return a list of lists (FILE STATUS STAGE-STATUS).
 DIR-OR-FILE can be either a directory or a file.  If FILES is
 given, return the status of those files, otherwise the status of
 DIR-OR-FILE.  STATUS-CODES is either nil, or a string that's



reply via email to

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