mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * lisp/vc/vc.el (vc-switch-working-tree): Improve docstring.
This commit is contained in:
parent
b46bbf89ad
commit
e104c06e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -4412,7 +4412,7 @@ When called from Lisp, BACKEND is the VC backend."
|
|||
|
||||
;;;###autoload
|
||||
(defun vc-switch-working-tree (directory)
|
||||
"Switch to this file's analogue in working tree DIRECTORY.
|
||||
"Switch to the version of this file in working tree under DIRECTORY.
|
||||
Must be called from within an existing VC working tree.
|
||||
When called interactively, prompts for DIRECTORY.
|
||||
This command switches to the file which has the same file
|
||||
|
|
|
|||
Loading…
Reference in a new issue