branch: externals/poke
commit 71345855d511a33c07d3f38a15db4be1da7cf869
Author: Jose E. Marchesi <[email protected]>
Commit: Jose E. Marchesi <[email protected]>
poke.el: fix typo
---
poke.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/poke.el b/poke.el
index d3c83cb635..25ac387aad 100644
--- a/poke.el
+++ b/poke.el
@@ -427,7 +427,7 @@ Commands:
(set-buffer "*poke-code*")
(poke-code-mode)
(goto-char (point-min))
- (insert "/* This is a Poke evaluation code.\n"
+ (insert "/* This is a Poke evaluation buffer.\n"
" Press C-cC-c to evaluate. */\n")))
(when (called-interactively-p)
(switch-to-buffer-other-window "*poke-code*")))