branch: externals/tempel
commit 11301795d864e0a7988c35b1afafc415157476ba
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Fix commentary
Thank you for noticing, Prot!
---
tempel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tempel.el b/tempel.el
index 7100bde90f..3b7cf4da22 100644
--- a/tempel.el
+++ b/tempel.el
@@ -29,7 +29,7 @@
;; library. Your templates are stored in the `tempel-file' (by default
;; the file "templates" in the `user-emacs-directory'). Bind the
;; commands `tempel-expand' or `tempel-insert' to some keys in your user
-;; configuration. You can jump with the keys M-up/down from field to
+;; configuration. You can jump with the keys M-{ and M-} from field to
;; field. `tempel-expands' works best with the Corfu completion UI,
;; while `tempel-insert' uses `completing-read' under the hood.