[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 8a23dc1: Describe 'view-lossage' changes in its doc
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] master 8a23dc1: Describe 'view-lossage' changes in its docstring and NEWS |
Date: |
Sat, 24 Feb 2018 06:16:27 -0500 (EST) |
branch: master
commit 8a23dc15077c6bbe3d80ccfcef64397e71f5765d
Author: Robert Pluim <address@hidden>
Commit: Eli Zaretskii <address@hidden>
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.
---
etc/NEWS | 12 +++++++-----
lisp/help.el | 2 ++
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/etc/NEWS b/etc/NEWS
index dacaf02..596adf8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
diff --git a/lisp/help.el b/lisp/help.el
index 9575f5b..dcf1f32 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 8a23dc1: Describe 'view-lossage' changes in its docstring and NEWS,
Eli Zaretskii <=