diff options
| author | Juri Linkov | 2020-03-23 02:35:33 +0200 |
|---|---|---|
| committer | Juri Linkov | 2020-03-23 02:35:33 +0200 |
| commit | 3b7cb5f3ac0fdd5e1a0177cc86b3fc4b420b9e4f (patch) | |
| tree | b686e0da6e95c3e505a3d646de15ad31c18e1574 /etc | |
| parent | 813478c8557541efa918de18f7d863a33210a598 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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. | ||
| 105 | When non-nil and the region is active in Transient Mark mode, | ||
| 106 | then Dired commands operate only on files in the active region. | ||
| 107 | The values 'exclusive' and 'inclusive' of this option define | ||
| 108 | the 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 | ||