# HG changeset patch # User Chong Yidong # Date 1217969997 0 # Node ID c27a65f2849e97ae349afd2bc7a3085cf4ca10cb # Parent ca0b032f4a2cb97964b44400fc847ccee968298e (Other Plists): Fix incorrect example. Suggested by Florian Beck. diff -r ca0b032f4a2c -r c27a65f2849e lispref/symbols.texi --- a/lispref/symbols.texi Tue Aug 05 20:59:50 2008 +0000 +++ b/lispref/symbols.texi Tue Aug 05 20:59:57 2008 +0000 @@ -537,8 +537,8 @@ @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}