emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 0c4185b30c 1/5: docs: correct typo


From: ELPA Syncer
Subject: [elpa] externals/denote 0c4185b30c 1/5: docs: correct typo
Date: Wed, 30 Nov 2022 01:57:36 -0500 (EST)

branch: externals/denote
commit 0c4185b30c27b4e2c356e95d9d3b9542774086e9
Author: Noboru Ota <me@nobiot.com>
Commit: Protesilaos Stavrou <info@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

[Prev in Thread] Current Thread [Next in Thread]