From: Chong Yidong Date: Tue, 5 Aug 2008 20:59:30 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-23.0.90~3636 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=354098a88049a0d9ccc7040fb523d69a5e8aa8b1;p=emacs.git Fix last change. --- 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}