[slime-cvs] CVS slime/doc

CVS User sboukarev sboukarev at common-lisp.net
Wed Oct 21 14:32:57 UTC 2009


Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv478/doc

Modified Files:
	slime.texi 
Log Message:
* contrib/slime-asdf.el (slime-browse-system): Open the parent directory of
an .asd file, not just files defined in it.


--- /project/slime/cvsroot/slime/doc/slime.texi	2009/10/21 13:38:33	1.84
+++ /project/slime/cvsroot/slime/doc/slime.texi	2009/10/21 14:32:57	1.85
@@ -12,7 +12,7 @@
 @set EDITION 3.0-alpha
 @set SLIMEVER 3.0-alpha
 @c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2009/10/21 13:38:33 $}
+ at set UPDATED @code{$Date: 2009/10/21 14:32:57 $}
 @set TITLE SLIME User Manual
 @settitle @value{TITLE}, version @value{EDITION}
 
@@ -2522,8 +2522,8 @@
 from the first file matching *.asd in the current directory.
 @cmditem{slime-open-system NAME &optional LOAD}
 Open all files in a system, optionally load it if LOAD is non-nil.
- at cmditem{slime-browse-system NAME &optional LOAD}
-Browse files in a system using Dired, optionally load it if LOAD is non-nil.
+ at cmditem{slime-browse-system NAME}
+Browse files in a system using Dired.
 @end table
 
 The package also installs some new REPL shortcuts (@pxref{Shortcuts}):





More information about the slime-cvs mailing list