[slime-cvs] CVS update: slime/doc/slime.texi
Luke Gorrie
lgorrie at common-lisp.net
Wed Apr 14 19:14:48 UTC 2004
Update of /project/slime/cvsroot/slime/doc
In directory common-lisp.net:/tmp/cvs-serv8965
Modified Files:
slime.texi
Log Message:
(Shortcuts): Described REPL shortcuts.
Date: Wed Apr 14 15:14:48 2004
Author: lgorrie
Index: slime/doc/slime.texi
diff -u slime/doc/slime.texi:1.6 slime/doc/slime.texi:1.7
--- slime/doc/slime.texi:1.6 Mon Apr 5 02:19:23 2004
+++ slime/doc/slime.texi Wed Apr 14 15:14:48 2004
@@ -38,7 +38,7 @@
@end macro
@set EDITION DRAFT
- at set UPDATED @code{$Id: slime.texi,v 1.6 2004/04/05 06:19:23 lgorrie Exp $}
+ at set UPDATED @code{$Id: slime.texi,v 1.7 2004/04/14 19:14:48 lgorrie Exp $}
@titlepage
@title SLIME User Manual
@@ -790,6 +790,18 @@
instead go directly to the beginning or the end, respectively.
@end table
+
+ at node Shortcuts
+ at section Shortcuts
+
+``Shortcuts'' are a special set of @REPL{} commands that are invoked
+by name. To invoke a shortcut you first press @kbd{,} (comma) at the
+ at REPL{} prompt and then enter the shortcut's name when prompted.
+
+Shortcuts deal with things like switching between directories and
+compiling and loading Lisp systems. The exact set of shortcuts is not
+currently documented in this manual, but you can use the @code{help}
+shortcut to list them interactively.
@node Debugger, Extras, REPL, Top
@chapter @SLDB{}: the @SLIME{} debugger
More information about the slime-cvs
mailing list