From 9e76ae0559ab61a50dd7a70c7302c82fa80215da Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 29 Mar 2002 00:04:30 +0000 Subject: [PATCH] (Flax_plist_put): Doc fix. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index cb5da8d969d..33b4b72cc96 100644 --- a/src/fns.c +++ b/src/fns.c @@ -2032,7 +2032,7 @@ one of the properties on the list. */) DEFUN ("lax-plist-put", Flax_plist_put, Slax_plist_put, 3, 3, 0, doc: /* Change value in PLIST of PROP to VAL, comparing with `equal'. PLIST is a property list, which is a list of the form -\(PROP1 VALUE1 PROP2 VALUE2 ...). PROP is a symbol and VAL is any object. +\(PROP1 VALUE1 PROP2 VALUE2 ...). PROP and VAL are any objects. If PROP is already a property on the list, its value is set to VAL, otherwise the new PROP VAL pair is added. The new plist is returned; use `(setq x (lax-plist-put x prop val))' to be sure to use the new value. -- 2.39.2