branch: externals/tempel commit cb55ca7d44f23e48f9c90804804f6ebb43d195c4 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update comment --- tempel.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tempel.el b/tempel.el index b1772312a0..ecac41ec6d 100644 --- a/tempel.el +++ b/tempel.el @@ -569,8 +569,7 @@ This is meant to be a source in `tempel-template-sources'." (if-let (next (tempel--find arg)) (goto-char next) (tempel-done) (cl-return))) - ;; If the current field is marked as "quitting", disable its - ;; containing template right away. + ;; Run the enter action of the field. (when-let ((ov (tempel--field-at-point)) (fun (overlay-get ov 'tempel--enter))) (funcall fun ov)))