diff options
| author | Samuel Rødal <srodal@gmail.com> | 2018-05-11 17:52:19 +0700 |
|---|---|---|
| committer | Samuel Rødal <srodal@gmail.com> | 2018-05-11 17:52:19 +0700 |
| commit | 0c4f0b7a3f0f99b9711d0cd477af76e407f4e176 (patch) | |
| tree | 104788123c8baa83310c5a4ebc7ae7d8988f5c9d | |
| parent | 4cced30866417c9b97ad2d57a3653dee73e07d19 (diff) | |
doc: Fix documentation referring to debug buffer as scratch buffer
| -rw-r--r-- | doc/pages/buffers.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pages/buffers.asciidoc b/doc/pages/buffers.asciidoc index 382fa5b9..9c748c05 100644 --- a/doc/pages/buffers.asciidoc +++ b/doc/pages/buffers.asciidoc @@ -27,7 +27,7 @@ A specific *\*debug*\* buffer is used by Kakoune to write errors or warnings. This is also where the ouput of the `:debug` and the `:echo -debug` commands will land. -A scratch buffer can be created by passing the `-debug` switch to the +A debug buffer can be created by passing the `-debug` switch to the `:edit` command. == FIFO Buffers |
