Fix a few spelling errors detected by spell.kak in the README
This commit is contained in:
parent
12c498a0bd
commit
b109c7be02
|
@ -1036,7 +1036,7 @@ There are some builtins faces used by internal Kakoune functionalities:
|
||||||
lines
|
lines
|
||||||
* `MenuForeground`: face for the selected element in menus
|
* `MenuForeground`: face for the selected element in menus
|
||||||
* `MenuBackground`: face for the not selected elements in menus
|
* `MenuBackground`: face for the not selected elements in menus
|
||||||
* `Information`: face for the informations windows and information messages
|
* `Information`: face for the information windows and information messages
|
||||||
* `Error`: face of error messages
|
* `Error`: face of error messages
|
||||||
* `StatusLine`: face used for the status line
|
* `StatusLine`: face used for the status line
|
||||||
* `StatusCursor`: face used for the status line cursor
|
* `StatusCursor`: face used for the status line cursor
|
||||||
|
@ -1132,7 +1132,7 @@ Exec and Eval
|
||||||
|
|
||||||
The `:exec` and `:eval` commands can be used for running Kakoune commands.
|
The `:exec` and `:eval` commands can be used for running Kakoune commands.
|
||||||
`:exec` runs keys as if they were pressed, whereas `:eval` executes its given
|
`:exec` runs keys as if they were pressed, whereas `:eval` executes its given
|
||||||
paremeters as if they were entered in the command prompt. By default,
|
parameters as if they were entered in the command prompt. By default,
|
||||||
they do their execution in the context of the current client.
|
they do their execution in the context of the current client.
|
||||||
|
|
||||||
These two commands also save the following registers, who are then restored
|
These two commands also save the following registers, who are then restored
|
||||||
|
@ -1590,7 +1590,7 @@ This is very useful for running some commands asynchronously while displaying
|
||||||
their result in a buffer. See `rc/make.kak` and `rc/grep.kak` for examples.
|
their result in a buffer. See `rc/make.kak` and `rc/grep.kak` for examples.
|
||||||
|
|
||||||
When the buffer is deleted, the fifo will be closed, so any program writing
|
When the buffer is deleted, the fifo will be closed, so any program writing
|
||||||
to it will receive `SIGPIPE`. This is usefull as it permits to stop the writing
|
to it will receive `SIGPIPE`. This is useful as it permits to stop the writing
|
||||||
program when the buffer is deleted.
|
program when the buffer is deleted.
|
||||||
|
|
||||||
Menus
|
Menus
|
||||||
|
|
Loading…
Reference in New Issue
Block a user