From 88435890216846c206f4ccabc395a78add9f651d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 6 Apr 1995 18:57:58 +0000 Subject: [PATCH] (Fplist_put): Fix missing \n\. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index b59045889cc..ede57ac6089 100644 --- a/src/fns.c +++ b/src/fns.c @@ -869,7 +869,7 @@ DEFUN ("plist-put", Fplist_put, Splist_put, 3, 3, 0, PLIST is a property list, which is a list of the form\n\ \(PROP1 VALUE1 PROP2 VALUE2 ...). PROP is a symbol and VAL is any object.\n\ If PROP is already a property on the list, its value is set to VAL,\n\ -otherwise the new PROP VAL pair is added. The new plist is returned; +otherwise the new PROP VAL pair is added. The new plist is returned;\n\ use `(setq x (plist-put x prop val))' to be sure to use the new value.\n\ The PLIST is modified by side effects.") (plist, prop, val) -- 2.39.5