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 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 mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/quilt-dev
