1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

; * etc/NEWS: Fix a recently added entry.

This commit is contained in:
Eli Zaretskii 2020-08-19 20:47:21 +03:00
parent f8d3d18168
commit 8c6765b37a

View file

@ -260,9 +260,10 @@ invoke 'C-u C-x v s' ('vc-create-tag').
*** 'vc-hg' now uses 'hg summary' to populate extra 'vc-dir' headers.
---
*** New variable 'vc-git-revision-complete-only-branches'
*** New variable 'vc-git-revision-complete-only-branches'.
If non-nil, only branches and remotes are considered when doing
completion over branch names.
completion over Git branch names. The default is nil, which causes
tags to be considered as well.
** Gnus