emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 92616d3: ; Fix let-alist Texinfo markup


From: Basil L. Contovounesios
Subject: emacs-27 92616d3: ; Fix let-alist Texinfo markup
Date: Fri, 9 Jul 2021 09:39:37 -0400 (EDT)

branch: emacs-27
commit 92616d30e0a4b5b052d4115c91079f1a14b6d965
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Fix let-alist Texinfo markup
    
    * doc/lispref/lists.texi (Association Lists): Use
    @result (bug#34842).
---
 doc/lispref/lists.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi
index c54496f..4697256 100644
--- a/doc/lispref/lists.texi
+++ b/doc/lispref/lists.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]