(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
|
@ -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.
|
||||
|
|
|
@ -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
Reference in a new issue