]> git.eshelyaron.com Git - emacs.git/commitdiff
(Other Plists): Fix incorrect example. Suggested by Florian Beck.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Aug 2008 20:59:57 +0000 (20:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Aug 2008 20:59:57 +0000 (20:59 +0000)
lispref/symbols.texi

index 540f14cc950e42f1a51664c01476931424fbc93c..92f2e74f54831b0487dace27b10a46311e1d122e 100644 (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}