branch: externals/denote
commit 0c4185b30c27b4e2c356e95d9d3b9542774086e9
Author: Noboru Ota <m...@nobiot.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    docs: correct typo
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 5b3b812ff4..a24657101d 100644
--- a/denote.el
+++ b/denote.el
@@ -3206,7 +3206,7 @@ defined in `project'."
   "Return the \"thing\" at point.
 The same logic as `elisp-mode'.  The \"thing\" is assumed to be a
 Denote identifier, but can be any word.  The method checks this
-and errors and if the word at point is not a Denote identifer."
+and errors and if the word at point is not a Denote identifier."
   (let ((bounds (bounds-of-thing-at-point 'word)))
     (and bounds
          (let ((id (buffer-substring-no-properties

Reply via email to