1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

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.
This commit is contained in:
Robert Pluim 2018-02-24 13:15:42 +02:00 committed by Eli Zaretskii
parent 15863145cb
commit 8a23dc1507
2 changed files with 9 additions and 5 deletions

View File

@ -167,11 +167,13 @@ directories in the destination.
** Help
*** 'C-h l' (view-lossage) now displays last keystrokes and commands
in the same format as the edit buffer of edit-last-kbd-macro.
This makes possible to copy the lines from the buffer generated
by 'view-lossage', yank them to the buffer "*Edit Macro*" created by
'edit-last-kbd-macro', and save the macro by 'C-c C-c'.
---
*** Output format of 'C-h l' (view-lossage) has changed.
For convenience, 'view-lossage' now displays the last keystrokes
and commands in the same format as the edit buffer of
'edit-last-kbd-macro'. This makes it possible to copy the lines from
the buffer generated by 'view-lossage' to the "*Edit Macro*" buffer
created by 'edit-last-kbd-macro', and to save the macro by 'C-c C-c'.
** Ibuffer

View File

@ -455,6 +455,8 @@ is specified by the variable `message-log-max'."
(defun view-lossage ()
"Display last few input keystrokes and the commands run.
For convenience this uses the same format as
`edit-last-kbd-macro'.
To record all your input, use `open-dribble-file'."
(interactive)