From 9f9ce78d23d5b9b8b3985b401f338355f8bd3086 Mon Sep 17 00:00:00 2001 From: emarsden <emarsden> Date: Wed, 5 Feb 2003 12:34:08 +0000 Subject: [PATCH] Improve help message for the TTY inspector. --- code/tty-inspect.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/tty-inspect.lisp b/code/tty-inspect.lisp index 314d195bb..fa1f6c5b7 100644 --- a/code/tty-inspect.lisp +++ b/code/tty-inspect.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/tty-inspect.lisp,v 1.20 2001/11/21 22:58:34 pmai Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/tty-inspect.lisp,v 1.21 2003/02/05 12:34:08 emarsden Exp $") ;;; ;;; ********************************************************************** ;;; @@ -123,6 +123,7 @@ (write-line " R - recompute current object." s) (write-line " D - redisplay current object." s) (write-line " U - Move upward through the object stack." s) + (write-line " <number> - Inspect this slot." s) (write-line " Q, E - Quit TTY-INSPECTOR." s) (write-line " ?, H, Help - Show this help." s)) -- GitLab