diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 7048d6de1d8..5400e97685c 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -3179,6 +3179,8 @@ When called interactively with a prefix argument, prompt for UPSTREAM-LOCATION. In some version control systems, UPSTREAM-LOCATION can be a remote branch name. +When called from Lisp, optional argument FILESET overrides the fileset. + This command is like to `vc-diff-outgoing' except that it includes uncommitted changes." (interactive (list (vc--maybe-read-upstream-location) nil))