branch: externals/org-mem
commit 9b37c01c02a0f82370c1b6749046165707e429f9
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>

    Lint
---
 org-mem.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/org-mem.el b/org-mem.el
index d066773a17..3fc21bdce5 100644
--- a/org-mem.el
+++ b/org-mem.el
@@ -94,11 +94,11 @@ If so, the text would only be available from the first time 
that
 
 This means that any Org file found amongst...
 
-- `recentf-list'
-- `org-agenda-text-search-extra-files'
-- `org-id-locations'
-- `org-id-extra-files'
-- `org-agenda-files'
+- variable `recentf-list'
+- variable `org-agenda-text-search-extra-files'
+- variable `org-id-locations'
+- variable `org-id-extra-files'
+- variable `org-agenda-files'
 - currently open Org buffers
 
 ... will have its directory added to the set of directories that org-mem
@@ -1240,7 +1240,7 @@ See `org-mem-parser--mk-id'."
   (:method ((xx string)) (org-mem-file-id-strict xx)))
 
 (cl-defgeneric org-mem-title (file/entry)
-  "Heading title, or file title or basename of ENTRY/FILE.
+  "Heading title, or file title or basename of FILE/ENTRY.
 Like `org-mem-entry-title', this always returns a string."
   (:method ((xx org-mem-entry)) (org-mem-entry-title xx))
   (:method ((xx string)) (org-mem-file-title-or-basename xx)))

Reply via email to