diff --git a/etc/NEWS b/etc/NEWS index 8deea16adb1..170f369d104 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -233,11 +233,16 @@ The default separator is changed to allow surrounding spaces around the comma. *** New variable `diary-from-outlook-function', used by the command `diary-from-outlook'. -** VC Directory Mode +** VC and related modes -*** `D' displays diffs between VC-controlled whole tree revisions. -*** `L' lists the change log for the current VC controlled tree in a window. -*** `G' ignores the file under current version control system. +*** In VC directory mode, `D' displays diffs between VC-controlled +whole tree revisions. + +*** In VC directory mode, `L' lists the change log for the current VC +controlled tree in a window. + +*** `C-x v G' (globally) and `G' (in VC directory mode) ignores a +file under current version control system. ** cl-lib