---
 doc/ref/api-data.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 143434213..2f603fb8f 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -4785,11 +4785,11 @@ extract or change individual pieces of information:
 
 (assq-set! car1-properties 'seat-colour 'black)
 @result{}
-((colour . red)
+((seat-colour . black)
+ (colour . red)
  (transmission . manual)
  (fuel . unleaded)
  (steering . power-assisted)
- (seat-colour . black)
  (locking . manual)))
 @end lisp
 
-- 
2.30.2




Reply via email to