changeset 11221:254a5316fc98

(Fplist_put): Fix missing \n\.
author Karl Heuer <kwzh@gnu.org>
date Thu, 06 Apr 1995 18:57:58 +0000
parents dd1c883953a2
children 8781025a1418
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Thu Apr 06 18:51:54 1995 +0000
+++ b/src/fns.c	Thu Apr 06 18:57:58 1995 +0000
@@ -869,7 +869,7 @@
 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)