From 35912a8c6412227ff01ecb59a6f06e89a40144f2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 29 Dec 2025 15:14:07 +0000 Subject: [PATCH] Rename node from "Outgoing Base Diffs" to "Outstanding Changes" There are going to be new outstanding changes commands that will deal in logs, not diffs. * doc/emacs/vc1-xtra.texi (Outgoing Base Diffs): Rename and retitle node ... (Outstanding Changes): ... to this. --- doc/emacs/emacs.texi | 2 +- doc/emacs/vc1-xtra.texi | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 9f84f4e3978..47492f8da51 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -871,7 +871,7 @@ Miscellaneous Commands and Features of VC * VC Delete/Rename:: Deleting and renaming version-controlled files. * Revision Tags:: Symbolic names for revisions. * Merge Bases:: The most recent revision existing on both branches. -* Outgoing Base Diffs:: Diffs including all outstanding changes on a branch. +* Outstanding Changes:: Diffs including all outstanding changes on a branch. * Other Working Trees:: Multiple sets of workfiles. * Version Headers:: Inserting version control headers into working files. * Editing VC Commands:: Editing the VC shell commands that Emacs will run. diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi index 2fb758d2077..49187afc971 100644 --- a/doc/emacs/vc1-xtra.texi +++ b/doc/emacs/vc1-xtra.texi @@ -15,7 +15,7 @@ * VC Delete/Rename:: Deleting and renaming version-controlled files. * Revision Tags:: Symbolic names for revisions. * Merge Bases:: The most recent revision existing on both branches. -* Outgoing Base Diffs:: Diffs including all outstanding changes on a branch. +* Outstanding Changes:: Diffs including all outstanding changes on a branch. * Other Working Trees:: Multiple sets of workfiles. * Version Headers:: Inserting version control headers into working files. * Editing VC Commands:: Editing the VC shell commands that Emacs will run. @@ -293,8 +293,8 @@ on the target branch if you were to merge the source branch into it, and @kbd{C-x v M L} shows you a log of the changes on the source branch not yet merged into the target branch. -@node Outgoing Base Diffs -@subsubsection Commands for diffs including all outstanding changes +@node Outstanding Changes +@subsubsection Commands to see all outstanding changes @cindex outstanding changes @table @kbd