]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Aug 2008 20:59:30 +0000 (20:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Aug 2008 20:59:30 +0000 (20:59 +0000)
doc/lispref/symbols.texi

index 8b0b091dc8b11aa6d30016a3830b6f306960e793..fa2526b087411d00ccfb40da134e994aed1d9e3f 100644 (file)
@@ -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}