aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-03-23 02:35:33 +0200
committerJuri Linkov2020-03-23 02:35:33 +0200
commit3b7cb5f3ac0fdd5e1a0177cc86b3fc4b420b9e4f (patch)
treeb686e0da6e95c3e505a3d646de15ad31c18e1574 /etc
parent813478c8557541efa918de18f7d863a33210a598 (diff)
downloademacs-3b7cb5f3ac0fdd5e1a0177cc86b3fc4b420b9e4f.tar.gz
emacs-3b7cb5f3ac0fdd5e1a0177cc86b3fc4b420b9e4f.zip
* lisp/dired.el (dired-mark-region): New defcustom (bug#39902)
* lisp/dired.el (dired-mark-if): Use dired-mark-region. (dired-mark): Use dired-mark-region. Fix docstring. (dired-mark-files-regexp, dired-mark-files-containing-regexp) (dired-mark-symlinks, dired-mark-directories) (dired-mark-executables, dired-flag-auto-save-files) (dired-flag-backup-files): Mention dired-mark-region in docstring. * lisp/dired-aux.el (dired-compare-directories): * lisp/dired-x.el (dired-mark-unmarked-files, dired-mark-sexp): Mention dired-mark-region in docstring.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 92173b78278..ba3e691ff91 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -101,6 +101,12 @@ shows equivalent key bindings for all commands that have them.
101 101
102** Dired 102** Dired
103 103
104*** New option 'dired-mark-region' affects all Dired commands that mark files.
105When non-nil and the region is active in Transient Mark mode,
106then Dired commands operate only on files in the active region.
107The values 'exclusive' and 'inclusive' of this option define
108the details of marking the last file at the end of the region.
109
104*** State changing VC operations are supported in dired-mode on files 110*** State changing VC operations are supported in dired-mode on files
105(but still not on directories). 111(but still not on directories).
106 112