Skip to content

Commit 6b2070c

Browse files
committed
docs(Content): use message
1 parent 4a89375 commit 6b2070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/Development API/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Return `t` if the `color` option is enabled.
269269

270270
```elisp
271271
(unless (eask-no-color-p)
272-
(ansi-color-filter-apply "This string has no ansi code!"))
272+
(message "This string has no ansi code!"))
273273
```
274274

275275
## 🔍 Function: eask-allow-error-p ()

0 commit comments

Comments
 (0)