[slime-cvs] CVS slime
eweitz
eweitz at common-lisp.net
Tue Nov 7 07:42:52 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv28328
Modified Files:
ChangeLog slime.el
Log Message:
cosmetic change - escaped right parenthesis
--- /project/slime/cvsroot/slime/ChangeLog 2006/11/05 11:35:01 1.999
+++ /project/slime/cvsroot/slime/ChangeLog 2006/11/07 07:42:51 1.1000
@@ -1,3 +1,8 @@
+2006-11-07 Edi Weitz <edi at agharta.de>
+
+ * slime.el (slime-fuzzy-completion-time-limit-in-msec): Escaped
+ left parenthesis in doc string.
+
2006-11-05 Matthias Koeppe <mkoeppe at mail.math.uni-magdeburg.de>
* slime.el (slime-complete-keywords-contextually): Unused
--- /project/slime/cvsroot/slime/slime.el 2006/11/05 11:35:19 1.686
+++ /project/slime/cvsroot/slime/slime.el 2006/11/07 07:42:51 1.687
@@ -276,7 +276,7 @@
(defcustom slime-fuzzy-completion-time-limit-in-msec 1500
"Limit the time spent (given in msec) in swank while gathering comletitions.
-(NOTE: currently it's rounded up the nearest second)"
+\(NOTE: currently it's rounded up the nearest second)"
:group 'slime-mode
:type 'integer)
More information about the slime-cvs
mailing list