summaryrefslogtreecommitdiffstats
path: root/lib/quilt.el
diff options
context:
space:
mode:
authorOndřej Lysoněk <olysonek@redhat.com>2020-06-09 15:12:30 +0200
committerJean Delvare <jdelvare@suse.de>2020-06-09 15:12:30 +0200
commit8e185cb2f2f0a012cb2a7f458ecff45b6a102b91 (patch)
treefe80b1a32727a0cf2003a94c4024f230a26b1ac1 /lib/quilt.el
parent75bb98437a04be3ac6974892aa0b446de6b08d30 (diff)
downloadquilt-8e185cb2f2f0a012cb2a7f458ecff45b6a102b91.tar.gz
quilt.el: Fix documentation of quilt-pc-directory
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> Fixes: f7b69c58d219 ("lib/emacs: read QUILT_PC from config file") Signed-off-by: Jean Delvare <jdelvare@suse.de>
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 ;"