]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Improve format and wording of recently added entries.
authorEli Zaretskii <eliz@gnu.org>
Wed, 24 Jun 2020 14:51:08 +0000 (17:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 24 Jun 2020 14:51:08 +0000 (17:51 +0300)
etc/NEWS

index f81e7135358fa418485371d042f4a1d34e0fe573..aa344bd70d2891b87b0c595810880371fca54f4b 100644 (file)
--- 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.