From aeebac37801a48b73150c014bf8dee0bcc2d6066 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Fri, 5 Jan 2024 13:31:27 +0100 Subject: [PATCH] lisp/org-id.el: Fix inaccuracy in the commentary Reported-by: Stephen J. Eglen Link: https://orgmode.org/list/m234vceq40.fsf@cam.ac.uk --- lisp/org-id.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/org-id.el b/lisp/org-id.el index 490e4ddee..02783c7b4 100644 --- a/lisp/org-id.el +++ b/lisp/org-id.el @@ -29,13 +29,13 @@ ;; are provided that create and retrieve such identifiers, and that find ;; entries based on the identifier. -;; Identifiers consist of a prefix (default "Org" given by the variable +;; Identifiers consist of a prefix (given by the variable ;; `org-id-prefix') and a unique part that can be created by a number -;; of different methods, see the variable `org-id-method'. -;; Org has a builtin method that uses a compact encoding of the creation -;; time of the ID, with microsecond accuracy. This virtually -;; guarantees globally unique identifiers, even if several people are -;; creating IDs at the same time in files that will eventually be used +;; of different methods, see the variable `org-id-method'. Org has a +;; builtin method that uses a compact encoding of the creation time of +;; the ID, with microsecond accuracy. This virtually guarantees +;; globally unique identifiers, even if several people are creating +;; IDs at the same time in files that will eventually be used ;; together. ;; ;; By default Org uses UUIDs as global unique identifiers.