This is a copy-and-paste error from function quilt-patches-directory in commit f7b69c58d21903baacb290840e7bed9282e357e2.
Signed-off-by: Ondřej Lysoněk <[email protected]> --- 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 _______________________________________________ Quilt-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/quilt-dev
