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

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

[elpa] externals-release/org aeebac3780: lisp/org-id.el: Fix inaccuracy


From: ELPA Syncer
Subject: [elpa] externals-release/org aeebac3780: lisp/org-id.el: Fix inaccuracy in the commentary
Date: Fri, 5 Jan 2024 09:58:30 -0500 (EST)

branch: externals-release/org
commit aeebac37801a48b73150c014bf8dee0bcc2d6066
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/org-id.el: Fix inaccuracy in the commentary
    
    Reported-by: Stephen J. Eglen <sje30@cam.ac.uk>
    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 490e4ddee5..02783c7b47 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.



reply via email to

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