From 0c4f0b7a3f0f99b9711d0cd477af76e407f4e176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Fri, 11 May 2018 17:52:19 +0700 Subject: [PATCH] doc: Fix documentation referring to debug buffer as scratch buffer --- doc/pages/buffers.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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