diff lisp/help.el @ 1038:4bc5bb3ea5ad

[xemacs-hg @ 2002-10-08 03:36:09 by youngs] 2002-09-03 John Paul Wallington <jpw@shootybangbang.com> * help.el (view-lossage): Change interactive spec to "P".
author youngs
date Tue, 08 Oct 2002 03:36:13 +0000
parents 42375619fa45
children 37bdd24225ef
line wrap: on
line diff
--- a/lisp/help.el	Tue Oct 08 03:24:22 2002 +0000
+++ b/lisp/help.el	Tue Oct 08 03:36:13 2002 +0000
@@ -882,8 +882,11 @@
 (defun view-lossage (&optional no-keys)
   "Display recent input keystrokes and recent minibuffer messages.
 The number of keys shown is controlled by `view-lossage-key-count'.
-The number of messages shown is controlled by `view-lossage-message-count'."
-  (interactive)
+The number of messages shown is controlled by `view-lossage-message-count'.
+
+If optional arg NO-KEYS (prefix arg, interactively) is non-nil,
+then recent input keystrokes output is omitted."
+  (interactive "P")
   (with-displaying-help-buffer
    (lambda ()
      (unless no-keys