From 80d8ae84dd4fa99fa08d191086f64bf476b3d064 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Sun, 4 May 2025 09:40:56 -0400 Subject: [PATCH] minor wording tweak "contents of the primary selection" --- book/src/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/command-line.md b/book/src/command-line.md index 8addfd48d..2c0723fae 100644 --- a/book/src/command-line.md +++ b/book/src/command-line.md @@ -48,7 +48,7 @@ The following variables are supported: | `buffer_name` | The relative path of the currently focused document. `[scratch]` is expanded instead for scratch buffers. | | `line_ending` | A string containing the line ending of the currently focused document. For example on Unix systems this is usually a line-feed character (`\n`) but on Windows systems this may be a carriage-return plus a line-feed (`\r\n`). The line ending kind of the currently focused document can be inspected with the `:line-ending` command. | | `language` | A string containing the language name of the currently focused document.| -| `selection` | A string containing the primary selection of the currently focused document. | +| `selection` | A string containing the contents of the primary selection of the currently focused document. | Aside from editor variables, the following expansions may be used: