branch: externals/denote
commit 0d896b549540b7fd3469259e7b5cb79b9f65dfef
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Add TODO about "backlink" and "backlinks" inconsistency
---
 denote.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/denote.el b/denote.el
index db065759b5..43963d1e53 100644
--- a/denote.el
+++ b/denote.el
@@ -1898,6 +1898,8 @@ Expand `denote-link-backlinks-display-buffer-action'."
     m)
   "Keymap for `denote-backlink-mode'.")
 
+;; TODO 2022-08-10: In some places we have "backlink" and in others
+;; "backlinks".  We need to address this inconsistency.
 (define-derived-mode denote-backlink-mode special-mode "Backlinks"
   "Major mode for backlinks buffers.")
 

Reply via email to