mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * lisp/vc/log-edit.el (log-edit): Clarify vc-log-fileset.
This commit is contained in:
parent
771370dea5
commit
08c5f68e0b
1 changed files with 3 additions and 1 deletions
|
|
@ -533,7 +533,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue