From 348443db93bfedbfab989ef576a2a79b4fc91c4e Mon Sep 17 00:00:00 2001 From: Kris Katterjohn Date: Sun, 12 Mar 2017 19:41:16 -0500 Subject: [PATCH] Correct the abbreviation for :print in stepper help output --- src/lsp/trace.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lsp/trace.lsp b/src/lsp/trace.lsp index d47c29c49..7acd68aa0 100644 --- a/src/lsp/trace.lsp +++ b/src/lsp/trace.lsp @@ -253,7 +253,7 @@ all functions." ((:pr :print) (step-print) :constant ":pr(int) Pretty print current form" ":print [Stepper command]~@ - :p [Abbreviation]~@ + :pr [Abbreviation]~@ ~@ Pretty print current form.~%") ((:form) *step-form* :constant