[slime-cvs] CVS slime/contrib

CVS User nsiivola nsiivola at common-lisp.net
Thu Jun 9 16:58:09 UTC 2011


Update of /project/slime/cvsroot/slime/contrib
In directory common-lisp.net:/tmp/cvs-serv18612/contrib

Modified Files:
	ChangeLog slime-cl-indent.el 
Log Message:
fix lisp-lambda-list-keyword-parameter-alignement docstring

--- /project/slime/cvsroot/slime/contrib/ChangeLog	2011/06/09 16:35:09	1.468
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2011/06/09 16:58:08	1.469
@@ -1,5 +1,8 @@
 2011-06-09  Nikodemus Siivola  <nikodemus at random-state.net>
 
+	* slime-cl-indent.el (lisp-lambda-list-keyword-parameter-alignment):
+	fix docstring: key1 and key3 were aligned in source, but not in *Help*.
+
 	Support for per-package derived indentation.
 
 	* slime-cl-indent.el (common-lisp-system-indentation)
--- /project/slime/cvsroot/slime/contrib/slime-cl-indent.el	2011/06/09 16:53:56	1.31
+++ /project/slime/cvsroot/slime/contrib/slime-cl-indent.el	2011/06/09 16:58:09	1.32
@@ -156,7 +156,7 @@
 \(or falls back to the previous case), as in:
 
 \(defun foo (arg1 arg2 &key key1 key2
-                            key3 key4)
+                           key3 key4)
   #|...|#)"
   :type 'boolean
   :group 'lisp-indent)





More information about the slime-cvs mailing list