diff options
| author | Karl Heuer | 1995-04-06 18:57:58 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-04-06 18:57:58 +0000 |
| commit | 88435890216846c206f4ccabc395a78add9f651d (patch) | |
| tree | 3af47a68b3c79f5b5a61f7c58221e04622a5de46 /src | |
| parent | 21a6ce3ada5247361ce1f4d3c3d64c10065b3e1e (diff) | |
| download | emacs-88435890216846c206f4ccabc395a78add9f651d.tar.gz emacs-88435890216846c206f4ccabc395a78add9f651d.zip | |
(Fplist_put): Fix missing \n\.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -869,7 +869,7 @@ DEFUN ("plist-put", Fplist_put, Splist_put, 3, 3, 0, | |||
| 869 | PLIST is a property list, which is a list of the form\n\ | 869 | PLIST is a property list, which is a list of the form\n\ |
| 870 | \(PROP1 VALUE1 PROP2 VALUE2 ...). PROP is a symbol and VAL is any object.\n\ | 870 | \(PROP1 VALUE1 PROP2 VALUE2 ...). PROP is a symbol and VAL is any object.\n\ |
| 871 | If PROP is already a property on the list, its value is set to VAL,\n\ | 871 | If PROP is already a property on the list, its value is set to VAL,\n\ |
| 872 | otherwise the new PROP VAL pair is added. The new plist is returned; | 872 | otherwise the new PROP VAL pair is added. The new plist is returned;\n\ |
| 873 | use `(setq x (plist-put x prop val))' to be sure to use the new value.\n\ | 873 | use `(setq x (plist-put x prop val))' to be sure to use the new value.\n\ |
| 874 | The PLIST is modified by side effects.") | 874 | The PLIST is modified by side effects.") |
| 875 | (plist, prop, val) | 875 | (plist, prop, val) |