diff src/fns.c @ 5472:e79980ee5efe

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 22 Feb 2011 22:56:02 +0100
parents 00e79bbbe48f f5a5501814f5
children ac37a5f7e5be
line wrap: on
line diff
--- a/src/fns.c	Mon Feb 14 22:43:46 2011 +0100
+++ b/src/fns.c	Tue Feb 22 22:56:02 2011 +0100
@@ -10874,7 +10874,7 @@
 return the items in the order they appear in LIST1, followed by the
 remaining items in the order they appear in LIST2.
 
-arguments: (LIST1 LIST2 &key (TEST #'eql) (KEY #'identity) TEST-NOT)
+arguments: (LIST1 LIST2 &key (TEST #'eql) (KEY #'identity) TEST-NOT STABLE)
 */
        (int nargs, Lisp_Object *args))
 {