aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-05 20:59:30 +0000
committerChong Yidong2008-08-05 20:59:30 +0000
commit354098a88049a0d9ccc7040fb523d69a5e8aa8b1 (patch)
treef0054232381c0b62524494ac6f5b7a7c56bd2115
parentaf20f0ebd6db59eb374d391eb2ad3f58fab6dafe (diff)
downloademacs-354098a88049a0d9ccc7040fb523d69a5e8aa8b1.tar.gz
emacs-354098a88049a0d9ccc7040fb523d69a5e8aa8b1.zip
Fix last change.
-rw-r--r--doc/lispref/symbols.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi
index 8b0b091dc8b..fa2526b0874 100644
--- a/doc/lispref/symbols.texi
+++ b/doc/lispref/symbols.texi
@@ -538,7 +538,7 @@ stored in the property list @var{plist}. For example,
538(plist-get '(foo 4 bad) 'foo) 538(plist-get '(foo 4 bad) 'foo)
539 @result{} 4 539 @result{} 4
540(plist-get '(foo 4 bad) 'bad) 540(plist-get '(foo 4 bad) 'bad)
541 @result{} nil 541 @result{} @code{nil}
542@end example 542@end example
543 543
544It accepts a malformed @var{plist} argument and always returns @code{nil} 544It accepts a malformed @var{plist} argument and always returns @code{nil}