* doc/lispref/symbols.texi (Other Plists): Markup fix. (Bug#9702)

This commit is contained in:
Glenn Morris 2011-10-08 13:53:06 -07:00
parent c599682c2a
commit 48bca61974
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2011-10-08 Glenn Morris <rgm@gnu.org>
* symbols.texi (Other Plists): Markup fix. (Bug#9702)
* positions.texi (Excursions): Update warning message.
2011-10-05 Chong Yidong <cyd@stupidchicken.com>

View file

@ -541,7 +541,7 @@ returns @code{nil}. For example,
(plist-get '(foo 4 bad) 'foo)
@result{} 4
(plist-get '(foo 4 bad) 'bad)
@result{} @code{nil}
@result{} nil
(plist-get '(foo 4 bad) 'bar)
@result{} nil
@end example