From: Daniel Kochmański Date: Fri, 21 Aug 2015 08:34:07 +0000 (+0200) Subject: help (:h): remove misleading shortcut for :exit (^D) X-Git-Tag: ECL-16.0.0~1^2~6 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=f14083e14e27794a3c3fe8cb6c2c3f90690510b0;p=ecl.git help (:h): remove misleading shortcut for :exit (^D) 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 --- 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.~%")