Bläddra i källkod

org-persist.el: Fix typo

Ihor Radchenko 3 år sedan
förälder
incheckning
c130f71036
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      lisp/org-persist.el

+ 3 - 3
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