* doc/lispref/symbols.texi (Other Plists): Markup fix. (Bug#9702)
This commit is contained in:
parent
c599682c2a
commit
48bca61974
2 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue