aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-25 14:02:09 +0000
committerEli Zaretskii2001-03-25 14:02:09 +0000
commit50b5719962b1bfbc280a5e01fb65584ae951dd9c (patch)
tree72ca1f58438fa868ff79dccffaa81f27cbf45343 /lisp
parent927c5b3b642103c121d437ba0b4c61b164ecc47f (diff)
downloademacs-50b5719962b1bfbc280a5e01fb65584ae951dd9c.tar.gz
emacs-50b5719962b1bfbc280a5e01fb65584ae951dd9c.zip
(view-lossage): Mention open-dribble-file in the doc
string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/help.el4
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 157555516d5..811a739574e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * help.el (view-lossage): Mention open-dribble-file in the doc
4 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
5
12001-03-23 Stefan Monnier <monnier@cs.yale.edu> 62001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2 7
3 * skeleton.el (skeleton-internal-list): Fix bogus logic. 8 * 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."
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
481To 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)