summaryrefslogtreecommitdiff
path: root/lispref/symbols.texi
diff options
context:
space:
mode:
authorMelissa Weisshaus <melissa@gnu.org>1995-06-08 15:34:01 +0000
committerMelissa Weisshaus <melissa@gnu.org>1995-06-08 15:34:01 +0000
commitcc8c51f1c002fe823c45608b3c9a3d8a85f6f99e (patch)
tree9eb2ef1ef9b29df8223aeecb2d68b6484a12148e /lispref/symbols.texi
parent7ac268120e9e5ff944262ae4ad03232559d5a6d8 (diff)
downloademacs-cc8c51f1c002fe823c45608b3c9a3d8a85f6f99e.tar.gz
fixed errors that appeared during update to 19.29.
Diffstat (limited to 'lispref/symbols.texi')
-rw-r--r--lispref/symbols.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/symbols.texi b/lispref/symbols.texi
index 1921dec922c..cbe1deea747 100644
--- a/lispref/symbols.texi
+++ b/lispref/symbols.texi
@@ -506,7 +506,7 @@ stored in the property list @var{plist}. For example,
@defun plist-put plist property value
This stores @var{value} as the value of the @var{property} property in
the property list @var{plist}. It may modify @var{plist} destructively,
-or it may construct new list structure without altering the old. The
+or it may construct a new list structure without altering the old. The
function returns the modified property list, so you can store that back
in the place where you got @var{plist}. For example,