summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-06-24 17:51:08 +0300
committerEli Zaretskii <eliz@gnu.org>2020-06-24 17:51:08 +0300
commit599004f712657e5f6e25a878505a61cda1595d0e (patch)
treefff64be3b89ef51524f06a581aea7a01da8b6046
parent875d28477558ba5c3b4585a46bf039dea0c2822d (diff)
downloademacs-599004f712657e5f6e25a878505a61cda1595d0e.tar.gz
; * etc/NEWS: Improve format and wording of recently added entries.
-rw-r--r--etc/NEWS13
1 files changed, 8 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f81e7135358..aa344bd70d2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -173,11 +173,14 @@ directories with the help of new command 'dired-vc-next-action'.
** Change Logs and VC
-*** More vc commands that don't change VC state can be used from non-file buffers.
-Such non-file buffers should have 'default-directory' under vc.
-
-*** Typing 'M-n' in the minibuffer that asks for a vc directory in vc commands
-can retrieve directories of previously used vc projects.
+*** More VC commands can be used from non-file buffers.
+The relevant commands are those that don't change the VC state.
+The non-file buffers which can use VC commands are those that have
+their 'default-directory' under VC.
+
+*** 'M-n' now works in minibuffer prompts of VC commands.
+Typing 'M-n' in the minibuffer that prompts for a VC directory in VC
+commands now retrieves directories of previously used VC projects.
*** New command 'vc-dir-root' uses the root directory without asking.