]> git.eshelyaron.com Git - emacs.git/commitdiff
(view-lossage): Mention open-dribble-file in the doc
authorEli Zaretskii <eliz@gnu.org>
Sun, 25 Mar 2001 14:02:09 +0000 (14:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Mar 2001 14:02:09 +0000 (14:02 +0000)
string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.

lisp/ChangeLog
lisp/help.el

index 157555516d5fcbe3a3edac0775cbbbec2dcb35dd..811a739574e4518fbb25667e9bad5762403442d4 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * help.el (view-lossage): Mention open-dribble-file in the doc
+       string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
+
 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
 
        * skeleton.el (skeleton-internal-list): Fix bogus logic.
index c1e6ac8c51ecf8b5550ce6ad4f2ac109df1a619a..2fab9422aeadad0f6dae49a7c5b623db42005715 100644 (file)
@@ -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)