changeset 97294:1265e6f15f2a

(Other Plists): Fix incorrect example. Suggested by Florian Beck.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Aug 2008 20:58:29 +0000
parents bfe6068912b0
children 9372e166e3c7
files doc/lispref/symbols.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/symbols.texi	Tue Aug 05 20:58:21 2008 +0000
+++ b/doc/lispref/symbols.texi	Tue Aug 05 20:58:29 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{} nil
 @end example
 
 It accepts a malformed @var{plist} argument and always returns @code{nil}