advertise the help command in the banner and the REPL
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 9 Dec 2011 16:25:29 +0000 (18:25 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 9 Dec 2011 16:25:29 +0000 (18:25 +0200)
README
editor.lisp

diff --git a/README b/README
index 22a6048..0ad33cc 100644 (file)
--- a/README
+++ b/README
@@ -32,6 +32,8 @@ LINEDIT
 
   > (linedit:formedit :prompt1 "=> " :prompt2 "|   ")
 
+  Meta-H in the prompt display help. (Try ESC-H if your terminal
+  misbehaves with meta-proper.)
 
  USING LINEDIT IN THE REPL (SBCL AND CCL ONLY)
  ---------------------------------------------
index 459290d..ce31f2e 100644 (file)
@@ -67,7 +67,7 @@
                    'dumb-editor))
          (spec (list *version* type)))
     (unless (equal *announced* spec)
-      (format t "~&Linedit version ~A [~A mode]~%"
+      (format t "~&Linedit version ~A, ~A mode, ESC-h for help.~%"
               *version*
               (if (eq 'smart-editor type)
                   "smart"