/[emacs]/emacs/src/fns.c
ViewVC logotype

Diff of /emacs/src/fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.305 by rms, Tue Mar 26 09:19:00 2002 UTC revision 1.306 by kfstorm, Fri Mar 29 00:04:30 2002 UTC
# Line 2032  one of the properties on the list.  */) Line 2032  one of the properties on the list.  */)
2032  DEFUN ("lax-plist-put", Flax_plist_put, Slax_plist_put, 3, 3, 0,  DEFUN ("lax-plist-put", Flax_plist_put, Slax_plist_put, 3, 3, 0,
2033         doc: /* Change value in PLIST of PROP to VAL, comparing with `equal'.         doc: /* Change value in PLIST of PROP to VAL, comparing with `equal'.
2034  PLIST is a property list, which is a list of the form  PLIST is a property list, which is a list of the form
2035  \(PROP1 VALUE1 PROP2 VALUE2 ...).  PROP is a symbol and VAL is any object.  \(PROP1 VALUE1 PROP2 VALUE2 ...).  PROP and VAL are any objects.
2036  If PROP is already a property on the list, its value is set to VAL,  If PROP is already a property on the list, its value is set to VAL,
2037  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;
2038  use `(setq x (lax-plist-put x prop val))' to be sure to use the new value.  use `(setq x (lax-plist-put x prop val))' to be sure to use the new value.

Legend:
Removed from v.1.305  
changed lines
  Added in v.1.306

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26