Mercurial > emacs
changeset 97295:9372e166e3c7
Fix last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 05 Aug 2008 20:59:30 +0000 |
parents | 1265e6f15f2a |
children | a8d3d5ee46ad |
files | doc/lispref/symbols.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/symbols.texi Tue Aug 05 20:58:29 2008 +0000 +++ b/doc/lispref/symbols.texi Tue Aug 05 20:59:30 2008 +0000 @@ -538,7 +538,7 @@ (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}