summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Purcell <steve@sanityinc.com>2019-05-29 10:55:34 +1200
committerSteve Purcell <steve@sanityinc.com>2019-05-29 10:55:49 +1200
commit17a7b6ad1558069fc07f7d6f593a72a9b8346cc6 (patch)
tree12d5fb624a88d5ccb7626ff892d251bd925b6923
parent20e4b0d13d0338642defcbdf62696e14a4a4e8ff (diff)
Fix checkdoc issue in test-helper.el
-rw-r--r--test/test-helper.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-helper.el b/test/test-helper.el
index 440a5e1..66fb09e 100644
--- a/test/test-helper.el
+++ b/test/test-helper.el
@@ -167,7 +167,7 @@ The two arguments START and END are character positions."
(defun ledger-test-face-groups (fontified)
- "Group a fontified string by face.
+ "Group a FONTIFIED string by face.
Return a list of substrings each followed by its face."
(cl-loop for start = 0 then end
while start