From 4f9e07cbb4bd9e9353e941b0a00bbd401f8696c4 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 13 Apr 2020 23:55:32 -0400 Subject: [PATCH] manual: Correctly describe 'C-c -'s region behavior * doc/org-manual.org (Plain Lists): Fix mismatch between the documented and actual behavior by inverting the description of what 'C-c -' does, with and without a prefix argument, when the region is active. Reported-by: Jorge P. de Morais Neto <87sgh7r3yl.fsf@disroot.org> --- doc/org-manual.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index b587dad56..5d93bac71 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -1160,11 +1160,11 @@ to disable them individually. on ~org-plain-list-ordered-item-terminator~, the type of list, and its indentation. With a numeric prefix argument N, select the Nth bullet from this list. If there is an active region when calling - this, selected text is changed into an item. With a prefix - argument, all lines are converted to list items. If the first line - already was a list item, any item marker is removed from the list. - Finally, even without an active region, a normal line is converted - into a list item. + this, all lines are converted to list items. With a prefix + argument, the selected text is changed into a single item. If the + first line already was a list item, any item marker is removed from + the list. Finally, even without an active region, a normal line is + converted into a list item. - {{{kbd(C-c *)}}} ::