diff options
| author | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-09-05 12:24:45 -0700 |
|---|---|---|
| committer | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-09-05 12:25:56 -0700 |
| commit | 216f2662d4967170c7273618078fb098b3c55f0e (patch) | |
| tree | 425695b30be176d29f4e98c3cae3ff4dd7778c05 /README.md | |
| parent | 7fa98af8cad96680f6285505cc4b03eddeea6b0a (diff) | |
Fix verbs in some docstrings
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -177,9 +177,9 @@ The package can be installed with `guix package -i emacs-vterm`. ## Shell-side configuration -Some of the most useful features in `vterm` (e.g., -[directory-tracking and prompt-tracking](#directory-tracking-and-prompt-tracking) or -[message passing](#message-passing)) require shell-side configurations. The main goal of +Some of the most useful features in `vterm` (e.g., [directory-tracking and +prompt-tracking](#directory-tracking-and-prompt-tracking) or [message +passing](#message-passing)) require shell-side configurations. The main goal of these additional functions is to enable the shell to send information to `vterm` via properly escaped sequences. A function that helps in this task, `vterm_printf`, is defined below. This function is widely used throughout this |
