]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove mention of old dotted-list reader quirk from manual
authorMattias Engdegård <mattiase@acm.org>
Sun, 12 Mar 2023 16:57:38 +0000 (17:57 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 12 Mar 2023 17:08:15 +0000 (18:08 +0100)
* doc/lispref/objects.texi (Dotted Pair Notation):
The (. X) reader peculiarity is no more (bug#62020).

doc/lispref/objects.texi

index 99a3c073971334246c867d675d8adfd82ee406d3..2fe7e6db560c169af743a2c8ae9820d793a35b38 100644 (file)
@@ -1007,13 +1007,6 @@ It looks like this:
 @end example
 @end ifnottex
 
-  As a somewhat peculiar side effect of @code{(a b . c)} and
-@code{(a . (b . c))} being equivalent, for consistency this means
-that if you replace @code{b} here with the empty sequence, then it
-follows that @code{(a . c)} and @code{(a . ( . c))} are equivalent,
-too.  This also means that @code{( .  c)} is equivalent to @code{c},
-but this is seldom used.
-
 @node Association List Type
 @subsubsection Association List Type