From c5b9f22cd58d1bf242dc62ec0e52f44cef4d03a5 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 5 Aug 2008 20:59:57 +0000 Subject: [PATCH] (Other Plists): Fix incorrect example. Suggested by Florian Beck. --- lispref/symbols.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lispref/symbols.texi b/lispref/symbols.texi index 540f14cc950..92f2e74f548 100644 --- a/lispref/symbols.texi +++ b/lispref/symbols.texi @@ -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} -- 2.39.2