diff options
author | Robert Pluim <rpluim@gmail.com> | 2018-02-24 13:15:42 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-02-24 13:15:42 +0200 |
commit | 8a23dc15077c6bbe3d80ccfcef64397e71f5765d (patch) | |
tree | c323f106e83881c8160d3f77cb2565d1dbc8e669 /lisp/help.el | |
parent | 15863145cb8468b18b620d9dd82f90eaf4775d25 (diff) | |
download | emacs-8a23dc15077c6bbe3d80ccfcef64397e71f5765d.tar.gz |
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 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el index 9575f5b090c..dcf1f32069b 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) |