changeset 80682:c27a65f2849e

(Other Plists): Fix incorrect example. Suggested by Florian Beck.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Aug 2008 20:59:57 +0000
parents ca0b032f4a2c
children 6525c75243ea
files lispref/symbols.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}