comparison lisp/help.el @ 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 4fd2da49b57d
children cbc7ca823734
comparison
equal deleted inserted replaced
36974:ff70bb11eea1 36975:d0fab2f2af5a
474 "Display info on known problems with Emacs and possible workarounds." 474 "Display info on known problems with Emacs and possible workarounds."
475 (interactive) 475 (interactive)
476 (view-file (expand-file-name "PROBLEMS" data-directory))) 476 (view-file (expand-file-name "PROBLEMS" data-directory)))
477 477
478 (defun view-lossage () 478 (defun view-lossage ()
479 "Display last 100 input keystrokes." 479 "Display last 100 input keystrokes.
480
481 To record all your input on a file, use `open-dribble-file'."
480 (interactive) 482 (interactive)
481 (with-output-to-temp-buffer "*Help*" 483 (with-output-to-temp-buffer "*Help*"
482 (princ (mapconcat (function (lambda (key) 484 (princ (mapconcat (function (lambda (key)
483 (if (or (integerp key) 485 (if (or (integerp key)
484 (symbolp key) 486 (symbolp key)