From 4cced30866417c9b97ad2d57a3653dee73e07d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Fri, 11 May 2018 05:58:13 +0700 Subject: [PATCH 2/3] doc: Fix spelling error in design.asciidoc: pipping -> piping --- doc/design.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design.asciidoc b/doc/design.asciidoc index feab6712..5edc3626 100644 --- a/doc/design.asciidoc +++ b/doc/design.asciidoc @@ -29,7 +29,7 @@ interact with these tools. For example, sorting lines should be done using the Unix sort command, not with an internal implementation. Kakoune should make it easy to do that, -hence the +|+ command for pipping selected text through a filter. +hence the +|+ command for piping selected text through a filter. The modern Unix environment is not limited to text filters, most people use a graphical interface nowadays, and Kakoune should be able to take advantage 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 3/3] 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