quilt-dev
[Top][All Lists]
Advanced

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

[Quilt-dev] [PATCH v2 1/7] quilt.el: Fix documentation of quilt-pc-direc


From: Ondřej Lysoněk
Subject: [Quilt-dev] [PATCH v2 1/7] quilt.el: Fix documentation of quilt-pc-directory
Date: Sat, 30 May 2020 18:17:18 +0200

This is a copy-and-paste error from function quilt-patches-directory
in commit f7b69c58d21903baacb290840e7bed9282e357e2.

Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
---
 lib/quilt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/quilt.el b/lib/quilt.el
index ae73f3d..9865637 100644
--- a/lib/quilt.el
+++ b/lib/quilt.el
@@ -46,7 +46,7 @@
           "patches")))
 
 (defun quilt-pc-directory ()
-  "Return the location of patch files."
+  "Return the location of the quilt working state directory."
   (or (with-current-buffer (generate-new-buffer " *cmd")
         (shell-command
          (concat "test -f ~/.quiltrc && . ~/.quiltrc ;"
-- 
2.25.4




reply via email to

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