(Other Plists): Fix incorrect example. Suggested by Florian Beck.

This commit is contained in:
Chong Yidong 2008-08-05 20:59:57 +00:00
parent 7879d87c2f
commit c5b9f22cd5

View file

@ -537,8 +537,8 @@ stored in the property list @var{plist}. For example,
@result{} 4
(plist-get '(foo 4 bad) 'foo)
@result{} 4
(plist-get '(foo 4 bad) 'bar)
@result{} @code{wrong-type-argument} error
(plist-get '(foo 4 bad) 'bad)
@result{} @code{nil}
@end example
It accepts a malformed @var{plist} argument and always returns @code{nil}