aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRobert Pluim2018-02-24 13:15:42 +0200
committerEli Zaretskii2018-02-24 13:15:42 +0200
commit8a23dc15077c6bbe3d80ccfcef64397e71f5765d (patch)
treec323f106e83881c8160d3f77cb2565d1dbc8e669 /etc
parent15863145cb8468b18b620d9dd82f90eaf4775d25 (diff)
downloademacs-8a23dc15077c6bbe3d80ccfcef64397e71f5765d.tar.gz
emacs-8a23dc15077c6bbe3d80ccfcef64397e71f5765d.zip
Describe 'view-lossage' changes in its docstring and NEWS
* lisp/help.el (view-lossage): Mention that this now uses the same format as `edit-last-kbd-macro'. (Bug#30560) * etc/NEWS: Improve the wording of the entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dacaf023bb1..596adf88ae5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -167,11 +167,13 @@ directories in the destination.
167 167
168** Help 168** Help
169 169
170*** 'C-h l' (view-lossage) now displays last keystrokes and commands 170---
171in the same format as the edit buffer of edit-last-kbd-macro. 171*** Output format of 'C-h l' (view-lossage) has changed.
172This makes possible to copy the lines from the buffer generated 172For convenience, 'view-lossage' now displays the last keystrokes
173by 'view-lossage', yank them to the buffer "*Edit Macro*" created by 173and commands in the same format as the edit buffer of
174'edit-last-kbd-macro', and save the macro by 'C-c C-c'. 174'edit-last-kbd-macro'. This makes it possible to copy the lines from
175the buffer generated by 'view-lossage' to the "*Edit Macro*" buffer
176created by 'edit-last-kbd-macro', and to save the macro by 'C-c C-c'.
175 177
176** Ibuffer 178** Ibuffer
177 179