diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-12-03 23:31:30 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-12-03 23:31:30 +0100 |
commit | 5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567 (patch) | |
tree | 9da1bc8ef27afceea49d2a554ba1f6eaca5b9694 /lisp/org/org-persist.el | |
parent | a1f88963f5d185551af143c0faa7854519706858 (diff) | |
download | emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.gz emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.bz2 emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.zip |
; Fix typos
Diffstat (limited to 'lisp/org/org-persist.el')
-rw-r--r-- | lisp/org/org-persist.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-persist.el b/lisp/org/org-persist.el index 01078f4596d..dc9fe3a7103 100644 --- a/lisp/org/org-persist.el +++ b/lisp/org/org-persist.el @@ -111,7 +111,7 @@ ;; ;; Each collection is represented as a plist containing the following ;; properties: -;; - `:container' : list of data continers to be stored in single +;; - `:container' : list of data containers to be stored in single ;; file; ;; - `:persist-file': data file name; ;; - `:associated' : list of associated objects; @@ -253,7 +253,7 @@ The index is a list of plists. Each plist contains information about persistent data storage. Each plist contains the following properties: - - `:container' : list of data continers to be stored in single file + - `:container' : list of data containers to be stored in single file - `:persist-file': data file name - `:associated' : list of associated objects - `:last-access' : last date when the container has been read |