diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-05 20:59:30 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-05 20:59:30 +0000 |
commit | 354098a88049a0d9ccc7040fb523d69a5e8aa8b1 (patch) | |
tree | f0054232381c0b62524494ac6f5b7a7c56bd2115 /doc/lispref/symbols.texi | |
parent | af20f0ebd6db59eb374d391eb2ad3f58fab6dafe (diff) | |
download | emacs-354098a88049a0d9ccc7040fb523d69a5e8aa8b1.tar.gz |
Fix last change.
Diffstat (limited to 'doc/lispref/symbols.texi')
-rw-r--r-- | doc/lispref/symbols.texi | 2 |
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, (plist-get '(foo 4 bad) 'foo) @result{} 4 (plist-get '(foo 4 bad) 'bad) - @result{} nil + @result{} @code{nil} @end example It accepts a malformed @var{plist} argument and always returns @code{nil} |