branch: externals/denote
commit 0c32268eac72411df78e549f575534f12107ad28
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Clarify the doc string of denote-sequence-depth
---
 denote-sequence.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index 7dda29a705..22512f74fd 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -96,7 +96,7 @@ SEQUENCE conforms with `denote-sequence-p'."
 
 (defun denote-sequence-depth (sequence)
   "Get the depth of SEQUENCE.
-For example, 1=2=1 is three levels deep."
+For example, 1=2=1 is three levels of depth."
   (length (denote-sequence-split sequence)))
 
 (defun denote-sequence-get-all-files ()

Reply via email to