From af20f0ebd6db59eb374d391eb2ad3f58fab6dafe Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 5 Aug 2008 20:58:29 +0000 Subject: [PATCH] (Other Plists): Fix incorrect example. Suggested by Florian Beck. --- doc/lispref/symbols.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi index edb111eb098..8b0b091dc8b 100644 --- a/doc/lispref/symbols.texi +++ b/doc/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{} nil @end example It accepts a malformed @var{plist} argument and always returns @code{nil} -- 2.39.2