[slime-cvs] CVS slime/doc
CVS User sboukarev
sboukarev at common-lisp.net
Sun Aug 9 14:07:48 UTC 2009
Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv18771/doc
Modified Files:
slime.texi
Log Message:
* slime.el (slime-profile-by-substring): new function for profiling
functions by matching a substring.
* swank.lisp (profile-by-substring): ditto.
* contrib/slime-fuzzy.el (slime-fuzzy-complete-symbol): change
`comint-completion-addsuffix' to not add space after completing
a filename.
--- /project/slime/cvsroot/slime/doc/slime.texi 2009/07/30 23:27:05 1.76
+++ /project/slime/cvsroot/slime/doc/slime.texi 2009/08/09 14:07:48 1.77
@@ -12,7 +12,7 @@
@set EDITION 3.0-alpha
@set SLIMEVER 3.0-alpha
@c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2009/07/30 23:27:05 $}
+ at set UPDATED @code{$Date: 2009/08/09 14:07:48 $}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
@@ -1252,6 +1252,8 @@
Toggle profiling of a function.
@cmditem{slime-profile-package}
Profile all functions in a package.
+ at cmditem{slime-profile-by-substring}
+Profile all functions which names contain a substring.
@cmditem{slime-unprofile-all}
Unprofile all functions.
@cmditem{slime-profile-report}
More information about the slime-cvs
mailing list