help (:h): remove misleading shortcut for :exit (^D)
authorDaniel Kochmański <daniel@turtleware.eu>
Fri, 21 Aug 2015 08:34:07 +0000 (10:34 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Fri, 21 Aug 2015 08:34:18 +0000 (10:34 +0200)
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 <daniel@turtleware.eu>
src/lsp/top.lsp

index 3d9f1d5..f7eb627 100644 (file)
@@ -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.~%")