From f14083e14e27794a3c3fe8cb6c2c3f90690510b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kochma=C5=84ski?= Date: Fri, 21 Aug 2015 10:34:07 +0200 Subject: [PATCH] help (:h): remove misleading shortcut for :exit (^D) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This works only on unix. ^Z isn't good replacement for windows too, because it needs additional [RET] hit. Just remove help hint about shortcut version. ^D will still work on unix and ^Z [RET] will work on windows. Fixes #69. Signed-off-by: Daniel Kochmański --- src/lsp/top.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lsp/top.lsp b/src/lsp/top.lsp index 3d9f1d5..f7eb627 100644 --- a/src/lsp/top.lsp +++ b/src/lsp/top.lsp @@ -59,7 +59,7 @@ Compile files. With no arguments, uses values from latest :cf~@ command. File extensions are optional.~%") ((:exit :eof) quit :eval - ":exit or ^D Exit Lisp" + ":exit Exit Lisp" ":exit &eval &optional (status 0) [Top level command]~@ ~@ Exit Lisp without further confirmation.~%") -- 2.9.0