diff options
| author | Eli Zaretskii | 2025-10-04 17:18:12 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-10-04 17:18:12 +0300 |
| commit | 5ee1e205e1663409c9d0a196bd9bbec9b36cf53a (patch) | |
| tree | 1a7ce2840d148d318fe0e49379df613881062207 /etc | |
| parent | d0c63b84276fd17ec330bec44cf82876ab48e489 (diff) | |
| download | emacs-5ee1e205e1663409c9d0a196bd9bbec9b36cf53a.tar.gz emacs-5ee1e205e1663409c9d0a196bd9bbec9b36cf53a.zip | |
; Improve the documentation of the last commit
* lisp/vc/log-view.el (log-view-copy-revision-as-kill):
* doc/emacs/maintaining.texi (VC Change Log):
* etc/NEWS: Improve wording of last commit. (Bug#79493)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -2395,8 +2395,10 @@ In addition, a new command 'U' removes all marks. | |||
| 2395 | 2395 | ||
| 2396 | +++ | 2396 | +++ |
| 2397 | *** New command 'w' in Log View mode. | 2397 | *** New command 'w' in Log View mode. |
| 2398 | 'w' now copies the revision of the log entry at point to the kill ring. | 2398 | The new command 'log-view-copy-revision-as-kill', by default bound to |
| 2399 | If there are marked revisions, it copies those, instead. | 2399 | 'w' in Log View mode, copies to the kill ring the ID of the revision at |
| 2400 | point in the log entry. If there are marked revisions, it copies the | ||
| 2401 | IDs of those, instead. | ||
| 2400 | 2402 | ||
| 2401 | ** Diff mode | 2403 | ** Diff mode |
| 2402 | 2404 | ||