diff options
| author | Xiyue Deng <manphiz@gmail.com> | 2024-03-18 00:00:22 -0700 |
|---|---|---|
| committer | Gabriele Bozzola <sbozzolator@gmail.com> | 2024-03-18 11:17:00 -0500 |
| commit | 303decd923ef83a184b861d34081fd8635484a03 (patch) | |
| tree | 08f4eabb929513a7271080a55a413dbe2608268e | |
| parent | c3a3a23a5eace137947524c93644204bf6b56cff (diff) | |
Fix typo: postion -> position
| -rw-r--r-- | vterm-module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vterm-module.c b/vterm-module.c index f6ab477..05f40f0 100644 --- a/vterm-module.c +++ b/vterm-module.c @@ -1535,7 +1535,7 @@ int emacs_module_init(struct emacs_runtime *ert) { "Get the working directory of at line n.", NULL); bind_function(env, "vterm--get-pwd-raw", fun); fun = env->make_function(env, 1, 1, Fvterm_reset_cursor_point, - "Reset cursor postion.", NULL); + "Reset cursor position.", NULL); bind_function(env, "vterm--reset-point", fun); fun = env->make_function(env, 1, 1, Fvterm_get_icrnl, |
