emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/tomelr dc9b2a63f8 60/84: doc: Remove an invalid example


From: ELPA Syncer
Subject: [elpa] externals/tomelr dc9b2a63f8 60/84: doc: Remove an invalid example
Date: Tue, 3 May 2022 09:58:14 -0400 (EDT)

branch: externals/tomelr
commit dc9b2a63f8536d0ee14e480af5f8f273b1a117a9
Author: Kaushal Modi <kaushal.modi@gmail.com>
Commit: Kaushal Modi <kaushal.modi@gmail.com>

    doc: Remove an invalid example
---
 README.org | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/README.org b/README.org
index 21f1f0540d..d741e99b22 100644
--- a/README.org
+++ b/README.org
@@ -708,10 +708,6 @@ CLOSED: [2022-04-30 Sat 01:32]
   (integers . (123 -5 17 1234))
   (floats . (12.3 -5.0 -1.7e-05))
   (booleans . (t :false))
-  (contributors . ("Foo Bar <foo@example.com>"
-                   ((name . "Baz Qux")
-                    (email . "bazqux@example.com")
-                    (url . "https://example.com/bazqux";))))
   (dog . ((legs . 4)
           (eyes . 2)
           (friends . ("poo" "boo"))))
@@ -767,10 +763,6 @@ strings-symbols = ["abc", "def", "two words"]
 integers = [123, -5, 17, 1_234]
 floats = [12.3, -5.0, -1.7e-05]
 booleans = [true, false]
-contributors = [
-  "Foo Bar <foo@example.com>",
-  { name = "Baz Qux", email = "bazqux@example.com", url = 
"https://example.com/bazqux"; }
-]
 [dog]
   legs = 4
   eyes = 2
@@ -894,14 +886,6 @@ contributors = [
     true,
     false
   ],
-  "contributors": [
-    "Foo Bar <foo@example.com>",
-    {
-      "name": "Baz Qux",
-      "email": "bazqux@example.com",
-      "url": "https://example.com/bazqux";
-    }
-  ],
   "dog": {
     "legs": 4,
     "eyes": 2,



reply via email to

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