summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-08-05 20:58:29 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-08-05 20:58:29 +0000
commitaf20f0ebd6db59eb374d391eb2ad3f58fab6dafe (patch)
treeb98b34fea3491fcbe5b1a53729541f72cf11e50c /doc
parent6be001eed6e3d0ab624ce26b2125bc74084be3af (diff)
downloademacs-af20f0ebd6db59eb374d391eb2ad3f58fab6dafe.tar.gz
emacs-af20f0ebd6db59eb374d391eb2ad3f58fab6dafe.tar.bz2
emacs-af20f0ebd6db59eb374d391eb2ad3f58fab6dafe.zip
(Other Plists): Fix incorrect example. Suggested by Florian Beck.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/symbols.texi4
1 files 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}