Mercurial > emacs
changeset 36975:d0fab2f2af5a
(view-lossage): Mention open-dribble-file in the doc
string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 25 Mar 2001 14:01:05 +0000 |
parents | ff70bb11eea1 |
children | 3ee90e2990a1 |
files | lisp/help.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Sun Mar 25 12:01:31 2001 +0000 +++ b/lisp/help.el Sun Mar 25 14:01:05 2001 +0000 @@ -476,7 +476,9 @@ (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)