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 <jorge+list@disroot.org>
  <87sgh7r3yl.fsf@disroot.org>
This commit is contained in:
Kyle Meyer 2020-04-13 23:55:32 -04:00
parent c77edde765
commit 4f9e07cbb4
1 changed files with 5 additions and 5 deletions

View File

@ -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 *)}}} ::