From 5f0dc68ec362508a7123a2fc7ababc24576ae0e7 Mon Sep 17 00:00:00 2001 From: Kris Katterjohn Date: Sun, 12 Mar 2017 19:48:28 -0500 Subject: [PATCH] Fix some typos in help output --- src/lsp/top.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lsp/top.lsp b/src/lsp/top.lsp index 70b1b2a19..545952727 100644 --- a/src/lsp/top.lsp +++ b/src/lsp/top.lsp @@ -140,10 +140,10 @@ ((? :h :help) tpl-help-command nil ":h(elp) or ? Help. Type \":help help\" for more information" ":help &optional topic [Top level command]~@ - :h &optional topic [Abbrevation]~@ + :h &optional topic [Abbreviation]~@ ~@ Print information on specified topic. With no arguments, print~@ - quick summery of top level commands.~@ + quick summary of top level commands.~@ ~@ Help information for top level commands follows the documentation~@ style found in \"Common Lisp, the Language\"; and, in general, the~@ @@ -370,7 +370,7 @@ ((:hs :help-stack) tpl-help-stack-command nil ":hs Help stack" ":help-stack [Break command]~@ - :hs [Abbrevation]~@ + :hs [Abbreviation]~@ ~@ Lists the functions to access the LISP system stacks.~%") ((:i :inspect) tpl-inspect-command nil