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

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

[elpa] externals/org c130f71 3/6: org-persist.el: Fix typo


From: ELPA Syncer
Subject: [elpa] externals/org c130f71 3/6: org-persist.el: Fix typo
Date: Tue, 19 Oct 2021 08:57:25 -0400 (EDT)

branch: externals/org
commit c130f71036feb174afa82c0f25b2220a89f9146d
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    org-persist.el: Fix typo
---
 lisp/org-persist.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/org-persist.el b/lisp/org-persist.el
index ab636ec..9885386 100644
--- a/lisp/org-persist.el
+++ b/lisp/org-persist.el
@@ -231,9 +231,9 @@ When BUFFER is `all', unregister VAR in all buffers."
           ;; FIXME: Reading sometimes fails to read circular objects.
           ;; I suspect that it happens when we have object reference
           ;; #N# read before object definition #N=.  If it is really
-          ;; #so, it should be Emacs bug - either in `read' or in
-          ;; #`prin1'.  Meanwhile, just fail silently when `read'
-          ;; #fails to parse the saved cache object.
+          ;; so, it should be Emacs bug - either in `read' or in
+          ;; `prin1'.  Meanwhile, just fail silently when `read'
+          ;; fails to parse the saved cache object.
           (condition-case err
               (setq data (read (current-buffer)))
             (error



reply via email to

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