From 50b5719962b1bfbc280a5e01fb65584ae951dd9c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 25 Mar 2001 14:02:09 +0000 Subject: [PATCH] (view-lossage): Mention open-dribble-file in the doc string. Suggested by Riku Saikkonen . --- lisp/ChangeLog | 5 +++++ lisp/help.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 157555516d5..811a739574e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-03-25 Eli Zaretskii + + * help.el (view-lossage): Mention open-dribble-file in the doc + string. Suggested by Riku Saikkonen . + 2001-03-23 Stefan Monnier * skeleton.el (skeleton-internal-list): Fix bogus logic. diff --git a/lisp/help.el b/lisp/help.el index c1e6ac8c51e..2fab9422aea 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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) -- 2.39.2