(view-lossage): Mention open-dribble-file in the doc
string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
This commit is contained in:
parent
927c5b3b64
commit
50b5719962
2 changed files with 8 additions and 1 deletions
|
@ -476,7 +476,9 @@ With numeric argument, display information on correspondingly older changes."
|
|||
(view-file (expand-file-name "PROBLEMS" data-directory)))
|
||||
|
||||
(defun view-lossage ()
|
||||
"Display last 100 input keystrokes."
|
||||
"Display last 100 input keystrokes.
|
||||
|
||||
To record all your input on a file, use `open-dribble-file'."
|
||||
(interactive)
|
||||
(with-output-to-temp-buffer "*Help*"
|
||||
(princ (mapconcat (function (lambda (key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue