diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-05-26 11:09:14 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-05-26 11:09:14 +0300 |
commit | 40a758f5ceb3d46fa3669e2471db1a45a08f3a23 (patch) | |
tree | 77c7e370da9445ccb89aa192fce10924e35d802c /doc/emacs | |
parent | c0d7447e9dc14cca9a71c8cd4a84573c22108662 (diff) | |
download | emacs-40a758f5ceb3d46fa3669e2471db1a45a08f3a23.tar.gz emacs-40a758f5ceb3d46fa3669e2471db1a45a08f3a23.tar.bz2 emacs-40a758f5ceb3d46fa3669e2471db1a45a08f3a23.zip |
; Minor fixes in documentation of recently-changed VC commands
* lisp/vc/vc.el (vc-print-branch-log, vc-create-branch)
(vc-create-tag, vc-retrieve-tag, vc-switch-branch): Doc fixes.
* lisp/vc/vc-hooks.el (vc-menu-map): Minor wording change in :help
text.
* doc/emacs/maintaining.texi (VC Change Log, Creating Branches):
Minor wording and markup changes.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/maintaining.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 06f44a88aab..246e335cfe7 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1071,8 +1071,9 @@ revision at point. A second @key{RET} hides it again. @findex vc-print-branch-log @kbd{C-x v b l @var{branch-name} @key{RET}} (@code{vc-print-branch-log}) displays a @file{*vc-change-log*} buffer showing the history of the -version-controlled directory tree like @code{vc-print-root-log} does, -but in another branch provided as an argument. +version-controlled directory tree, like @code{vc-print-root-log} does, +but it shows the history of a branch other than the current one; it +prompts for the branch whose history to display. @kindex C-x v I @kindex C-x v O @@ -1690,7 +1691,7 @@ and so on, depending on the number of existing branches at that point. @findex vc-create-branch This procedure will not work for distributed version control systems like git or Mercurial. For those systems you should use the command -@code{vc-create-branch} (@kbd{C-x v b c @var{branch-name} @key{RET}}) +@code{vc-create-branch} (@w{@kbd{C-x v b c @var{branch-name} @key{RET}}}) instead. To create a new branch at an older revision (one that is no longer |