From b45e47f733e3b84c3e173b629ced9ab2a00763e2 Mon Sep 17 00:00:00 2001 From: TEC Date: Thu, 13 Oct 2022 23:35:16 +0800 Subject: [PATCH] New todo item, display plural substitutions --- org-glossary.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org-glossary.el b/org-glossary.el index 2fe17fa..07c2c49 100644 --- a/org-glossary.el +++ b/org-glossary.el @@ -43,6 +43,8 @@ ;; ;; TODO support looking for usages of a term in other files, maybe? ;; +;; TODO support plural forms in substitution display. +;; ;;; Code: (require 'org)