Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
12127:4eef12903112 | 12128:27144f55d1c6 |
---|---|
504 @end defun | 504 @end defun |
505 | 505 |
506 @defun plist-put plist property value | 506 @defun plist-put plist property value |
507 This stores @var{value} as the value of the @var{property} property in | 507 This stores @var{value} as the value of the @var{property} property in |
508 the property list @var{plist}. It may modify @var{plist} destructively, | 508 the property list @var{plist}. It may modify @var{plist} destructively, |
509 or it may construct new list structure without altering the old. The | 509 or it may construct a new list structure without altering the old. The |
510 function returns the modified property list, so you can store that back | 510 function returns the modified property list, so you can store that back |
511 in the place where you got @var{plist}. For example, | 511 in the place where you got @var{plist}. For example, |
512 | 512 |
513 @example | 513 @example |
514 (setq my-plist '(bar t foo 4)) | 514 (setq my-plist '(bar t foo 4)) |