diff --git a/README.asciidoc b/README.asciidoc index 2f0ebcd0..561be22a 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -604,7 +604,7 @@ One way to get a multiselection is via the `s` key. For example, to change all occurrences of word 'roger' to word 'marcel' in a paragraph, here is what can be done: - * select the paragraph with enough `X` + * select the paragraph with `x` then enough `J` * press `s` and enter roger, then enter * now paragraph selection was replaced with multiselection of each roger in the paragraph diff --git a/doc/pages/options.asciidoc b/doc/pages/options.asciidoc index b275d9c6..49627108 100644 --- a/doc/pages/options.asciidoc +++ b/doc/pages/options.asciidoc @@ -26,7 +26,7 @@ to or *removed* from the current one instead of replacing it (the exact outcome depends on the type, see below). [[unset-option]] -Options values can be unset in a specific scope with the `unset-option` +Option values can be unset in a specific scope with the `unset-option` command: ---------------------------