From: Eli Zaretskii Date: Sun, 25 Mar 2001 14:02:09 +0000 (+0000) Subject: (view-lossage): Mention open-dribble-file in the doc X-Git-Tag: emacs-pretest-21.0.101~181 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50b5719962b1bfbc280a5e01fb65584ae951dd9c;p=emacs.git (view-lossage): Mention open-dribble-file in the doc string. Suggested by Riku Saikkonen . --- 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)