1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-31 04:41:23 -08:00
emacs/doc
Juri Linkov 5e6a7a210b Document the recently added branch commands (bug#50344)
* doc/emacs/maintaining.texi (VC Directory Commands): Change the
prefix key from "B" to "b".  Replace vc-create-tag with vc-create-branch,
and vc-retrieve-tag with vc-switch-branch.
(Switching Branches): Mention vc-switch-branch bound to 'C-x v b s'.
(Creating Branches): Mention vc-create-branch bound to 'C-x v b c'.

* lisp/vc/vc-dir.el (vc-dir-mode-map): In branch keymap 'b' rebind
"c" from vc-create-tag to vc-create-branch, and "s" from
vc-retrieve-tag to vc-switch-branch.
2022-09-12 22:12:50 +03:00
..
emacs Document the recently added branch commands (bug#50344) 2022-09-12 22:12:50 +03:00
lispintro Merge from origin/emacs-28 2022-08-17 06:30:25 +02:00
lispref Document :vert-only tool bar property 2022-09-12 12:57:34 +02:00
man Add new --timeout flag to emacsclient 2022-09-06 02:05:18 +02:00
misc Make a flymake.texi code example more resilient 2022-09-10 06:52:39 +02:00