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

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

[elpa] externals/vdiff 1e6e393104 3/4: fix docstring for vdiff--maybe-li


From: ELPA Syncer
Subject: [elpa] externals/vdiff 1e6e393104 3/4: fix docstring for vdiff--maybe-list
Date: Wed, 21 Jun 2023 01:00:51 -0400 (EDT)

branch: externals/vdiff
commit 1e6e39310479ba4fed69019ab933e9a01b212060
Author: wwade <wwade@users.noreply.github.com>
Commit: wwade <wwade@users.noreply.github.com>

    fix docstring for vdiff--maybe-list
---
 vdiff.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vdiff.el b/vdiff.el
index f80ec82d7e..33055eea2f 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -297,7 +297,7 @@ because those are handled differently.")
   (delq nil (apply #'list args)))
 
 (defun vdiff--maybe-list (str)
-  "Return a list with STR as the sole element, or an empty list."
+  "Return a list with STR as the sole element, or an empty list if STR is 
empty."
   (if (string= str "") '() (list str)))
 
 (defun vdiff--buffer-a-p ()



reply via email to

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