From 00a8b259cdb1261fec29e2b82437eecfec7eaba1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 6 Jul 2025 13:36:05 +0100 Subject: [PATCH] ; * lisp/vc/log-edit.el (log-edit): Clarify vc-log-fileset. (cherry picked from commit 08c5f68e0b92a994e41f572a1face6be5b95f1d4) --- lisp/vc/log-edit.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index 1f27aa18b19..250bf44fa78 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -531,7 +531,9 @@ keys and associated values are: files that are concerned by the current operation (using relative names); `log-edit-diff-function' -- function taking no arguments that displays a diff of the files concerned by the current operation. - `vc-log-fileset' -- the VC fileset to be committed (if any). + `vc-log-fileset' -- list of files to be committed, if any + (not a true VC fileset structure as returned by + `vc-deduce-fileset', but only the second element). If BUFFER is non-nil, `log-edit' will switch to that buffer, use it to edit the log message and go back to the current buffer when -- 2.39.5