mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-24 21:41:48 -08:00
(Other Plists): Fix incorrect example. Suggested by Florian Beck.
This commit is contained in:
parent
6be001eed6
commit
af20f0ebd6
1 changed files with 2 additions and 2 deletions
|
|
@ -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{} nil
|
||||
@end example
|
||||
|
||||
It accepts a malformed @var{plist} argument and always returns @code{nil}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue