emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/poke 71345855d5 49/76: poke.el: fix typo


From: ELPA Syncer
Subject: [elpa] externals/poke 71345855d5 49/76: poke.el: fix typo
Date: Tue, 5 Apr 2022 14:59:36 -0400 (EDT)

branch: externals/poke
commit 71345855d511a33c07d3f38a15db4be1da7cf869
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Jose E. Marchesi <jose.marchesi@oracle.com>

    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*")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]