(view-lossage): Mention open-dribble-file in the doc

string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
This commit is contained in:
Eli Zaretskii 2001-03-25 14:02:09 +00:00
parent 927c5b3b64
commit 50b5719962
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
* help.el (view-lossage): Mention open-dribble-file in the doc
string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
* skeleton.el (skeleton-internal-list): Fix bogus logic.

View file

@ -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)