From: Eli Zaretskii Date: Fri, 4 Jul 2025 13:32:00 +0000 (+0300) Subject: ; * doc/emacs/maintaining.texi (VC Change Log): Fix wording and markup. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99e44a13b6a2c9550e168d6823b9afabe35551ff;p=emacs.git ; * doc/emacs/maintaining.texi (VC Change Log): Fix wording and markup. (cherry picked from commit 763c3cd081a833940961373a73705640b1808636) --- diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 97b636d1c31..b372e86f53d 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1042,21 +1042,24 @@ Display the change history for another branch Display log entries for the changes that a ``pull'' operation will retrieve (@code{vc-log-incoming}). -If you customize @code{vc-use-incoming-outgoing-prefixes} to non-nil, -this command moves to @kbd{C-x v I L}. +@vindex vc-use-incoming-outgoing-prefixes +If you customize @code{vc-use-incoming-outgoing-prefixes} to +non-@code{nil}, @kbd{C-x v I} becomes a prefix key, and +@code{vc-log-incoming} becomes bound to @kbd{C-x v I L}. @item M-x vc-root-diff-incoming Display a diff of the changes that a pull operation will retrieve. -If you customize @code{vc-use-incoming-outgoing-prefixes} to non-nil, -this command becomes available on @kbd{C-x v I D}. +If you customize @code{vc-use-incoming-outgoing-prefixes} to +non-@code{nil}, this command becomes available on @kbd{C-x v I D}. @item C-x v O Display log entries for the changes that will be sent by the next ``push'' operation (@code{vc-log-outgoing}). -If you customize @code{vc-use-incoming-outgoing-prefixes} to non-nil, -this command moves to @kbd{C-x v O L}. +If you customize @code{vc-use-incoming-outgoing-prefixes} to +non-@code{nil}, @kbd{C-x v O} becomes a prefix key, and +@code{vc-log-outgoing} becomes bound to @kbd{C-x v O L}. @item M-x vc-root-diff-outgoing Display a diff of the changes that will be sent by the next push @@ -1064,8 +1067,8 @@ operation. This command is useful as a way to preview your push and ensure that all and only the changes you intended to include were committed and will be pushed. -If you customize @code{vc-use-incoming-outgoing-prefixes} to non-nil, -this command becomes available on @kbd{C-x v O D}. +If you customize @code{vc-use-incoming-outgoing-prefixes} to +non-@code{nil}, this command is bound to @kbd{C-x v O D}. @item C-x v h Display the history of changes made in the region of file visited by