[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [PATCH v2 7/7] quilt.el: Fix a typo in documentation
From: |
Ondřej Lysoněk |
Subject: |
[Quilt-dev] [PATCH v2 7/7] quilt.el: Fix a typo in documentation |
Date: |
Sat, 30 May 2020 18:17:24 +0200 |
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 4221674..38456c1 100644
--- a/lib/quilt.el
+++ b/lib/quilt.el
@@ -240,7 +240,7 @@
(force-mode-line-update))
(defun quilt-revert (filelist)
- "Refresh contents, editability and modeline of FILESIT.
+ "Refresh contents, editability and modeline of FILELIST.
FILELIST won't be touched unless their file is a child of the
current quilt directory. Each elements in FILELIST should be the absolute
file names of those files affected by the latest quilt
--
2.25.4
- [Quilt-dev] [PATCH v2 1/7] quilt.el: Fix documentation of quilt-pc-directory, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 2/7] quilt.el: Refactor config reading functions, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 3/7] Document that quilt loads /etc/quilt.quiltrc, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 4/7] quilt.el: Load /etc/quilt.quiltrc if ~/.quiltrc doesn't exist, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 5/7] quilt.el: Make quilt-patches-directory return per-project setting, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 6/7] quilt.el: Fix quilt-editable when QUILT_PATCHES_PREFIX is set, Ondřej Lysoněk, 2020/05/30
- [Quilt-dev] [PATCH v2 7/7] quilt.el: Fix a typo in documentation,
Ondřej Lysoněk <=