mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
; Fix let-alist Texinfo markup
* doc/lispref/lists.texi (Association Lists): Use @result (bug#34842).
This commit is contained in:
parent
c13acf8e34
commit
92616d30e0
1 changed files with 2 additions and 2 deletions
|
|
@ -1803,7 +1803,7 @@ through a simple example:
|
|||
(let-alist colors
|
||||
(if (eq .rose 'red)
|
||||
.lily))
|
||||
=> white
|
||||
@result{} white
|
||||
@end lisp
|
||||
|
||||
The @var{body} is inspected at compilation time, and only the symbols
|
||||
|
|
@ -1819,7 +1819,7 @@ Nested association lists is supported:
|
|||
(let-alist colors
|
||||
(if (eq .rose 'red)
|
||||
.lily.belladonna))
|
||||
=> yellow
|
||||
@result{} yellow
|
||||
@end lisp
|
||||
|
||||
Nesting @code{let-alist} inside each other is allowed, but the code in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue