branch: externals/denote-sequence
commit 1061c968d0b042f363082814a33507f4150db525
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Reword the denote-sequence--alpha-to-number-complete docstring
---
 denote-sequence.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index 31b905573f..005a5e65be 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -373,7 +373,8 @@ has the same meaning as in `denote-sequence-and-scheme-p'."
           (make-string times ?z)))))))
 
 (defun denote-sequence--alpha-to-number-complete (sequence)
-  "Like `denote-sequence--alpha-to-number' but for the complete SEQUENCE."
+  "Like `denote-sequence--alpha-to-number' but for the complete SEQUENCE.
+If SEQUENCE conforms with `denote-sequence-numeric-p', return it as-is."
   (if (denote-sequence-numeric-p sequence)
       sequence
     (let* ((parts (denote-sequence-split sequence))

Reply via email to