# HG changeset patch # User Eli Zaretskii # Date 985528865 0 # Node ID d0fab2f2af5a922b51daa1734aa882ee4e37c02c # Parent ff70bb11eea11a9b6a98dd22cbd368e4a2150351 (view-lossage): Mention open-dribble-file in the doc string. Suggested by Riku Saikkonen . diff -r ff70bb11eea1 -r d0fab2f2af5a lisp/help.el --- 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)