diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-15 02:24:56 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-15 02:35:00 +0100 |
commit | a15cd55044c6bb4d4e9f9aec23b8b5b9cbcb38ac (patch) | |
tree | 55bbb00def05c574e0d6713d11ad9db222cda15e /lisp/org/org-persist.el | |
parent | da39200c4be29463ad58148dbe373f9095aab929 (diff) | |
download | emacs-a15cd55044c6bb4d4e9f9aec23b8b5b9cbcb38ac.tar.gz |
; Don't quote nil in comments
Diffstat (limited to 'lisp/org/org-persist.el')
-rw-r--r-- | lisp/org/org-persist.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-persist.el b/lisp/org/org-persist.el index 1a32ed01020..9645dea7d9e 100644 --- a/lisp/org/org-persist.el +++ b/lisp/org/org-persist.el @@ -134,7 +134,7 @@ ;; from the persistent storage at the end of Emacs session. The ;; expiry condition can be set when saving/registering data ;; containers. The expirty condition can be `never' - data will never -;; expire; `nil' - data will expire at the end of current Emacs session; +;; expire; nil - data will expire at the end of current Emacs session; ;; a number - data will expire after the number days from last access; ;; a function - data will expire if the function, called with a single ;; argument - collection, returns non-nil. |