summaryrefslogtreecommitdiffstats
path: root/lib/quilt.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/quilt.el')
-rw-r--r--lib/quilt.el2
1 files changed, 1 insertions, 1 deletions
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 ;"