aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-08-19 20:47:21 +0300
committerEli Zaretskii2020-08-19 20:47:21 +0300
commit8c6765b37a111148675ea8ff8cbc57bde2a8d8ee (patch)
treef8de928a1bb55e8f321ff4dc3c795c36dd32d6ed
parentf8d3d18168a742691d095a3f0c83512f19621725 (diff)
downloademacs-8c6765b37a111148675ea8ff8cbc57bde2a8d8ee.tar.gz
emacs-8c6765b37a111148675ea8ff8cbc57bde2a8d8ee.zip
; * etc/NEWS: Fix a recently added entry.
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 34d078b485f..77f3ff56516 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -260,9 +260,10 @@ invoke 'C-u C-x v s' ('vc-create-tag').
260*** 'vc-hg' now uses 'hg summary' to populate extra 'vc-dir' headers. 260*** 'vc-hg' now uses 'hg summary' to populate extra 'vc-dir' headers.
261 261
262--- 262---
263*** New variable 'vc-git-revision-complete-only-branches' 263*** New variable 'vc-git-revision-complete-only-branches'.
264If non-nil, only branches and remotes are considered when doing 264If non-nil, only branches and remotes are considered when doing
265completion over branch names. 265completion over Git branch names. The default is nil, which causes
266tags to be considered as well.
266 267
267** Gnus 268** Gnus
268 269