Просмотр исходного кода

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>
Kyle Meyer 6 лет назад
Родитель
Сommit
4f9e07cbb4
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      doc/org-manual.org

+ 5 - 5
doc/org-manual.org

@@ -1160,11 +1160,11 @@ to disable them individually.
   on ~org-plain-list-ordered-item-terminator~, the type of list, and
   on ~org-plain-list-ordered-item-terminator~, the type of list, and
   its indentation.  With a numeric prefix argument N, select the Nth
   its indentation.  With a numeric prefix argument N, select the Nth
   bullet from this list.  If there is an active region when calling
   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 *)}}} ::
 - {{{kbd(C-c *)}}} ::