branch: externals/termint
commit d70d34745499d30490c7b31d014cb544ce086533
Author: Milan Glacier <[email protected]>
Commit: Milan Glacier <[email protected]>
doc: update docstring.
---
termint.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/termint.el b/termint.el
index c1e1423d5d..f3ab7c8889 100644
--- a/termint.el
+++ b/termint.el
@@ -114,7 +114,7 @@ schema."
"Alist of extra commands generated for each REPL schema.
Each element takes the form (SUFFIX . FN). SUFFIX is a string
appended to `termint-REPL-NAME-` to create the final command name for
-every schema defined via `termint-define`. FN is the function invoked
+every schema defined via `termint-define'. FN is the function invoked
by the generated command. It receives two arguments: REPL-NAME and
SESSION. See `termint--hide-window' for a reference implementation of
the expected function signature.