Mercurial > emacs
diff lispref/symbols.texi @ 12128:27144f55d1c6
fixed errors that appeared during update to 19.29.
author | Melissa Weisshaus <melissa@gnu.org> |
---|---|
date | Thu, 08 Jun 1995 15:34:01 +0000 |
parents | a6eb5f12b0f3 |
children | 586e3ea81792 |
line wrap: on
line diff
--- a/lispref/symbols.texi Thu Jun 08 14:29:13 1995 +0000 +++ b/lispref/symbols.texi Thu Jun 08 15:34:01 1995 +0000 @@ -506,7 +506,7 @@ @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,