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

list: Tiny fix to a docstring

* lisp/org-list.el (org-sort-list): Remove escaped parenthesis.
Nicolas Goaziou 4 лет назад
Родитель
Сommit
3dc582c8d5
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lisp/org-list.el

+ 2 - 2
lisp/org-list.el

@@ -2835,8 +2835,8 @@ if the current locale allows for it.
 
 
 The command prompts for the sorting type unless it has been given
 The command prompts for the sorting type unless it has been given
 to the function through the SORTING-TYPE argument, which needs to
 to the function through the SORTING-TYPE argument, which needs to
-be a character, \(?n ?N ?a ?A ?t ?T ?f ?F ?x ?X).  Here is the
-detailed meaning of each character:
+be a character, among ?n ?N ?a ?A ?t ?T ?f ?F ?x or ?X.  Here is
+the detailed meaning of each character:
 
 
 n   Numerically, by converting the beginning of the item to a number.
 n   Numerically, by converting the beginning of the item to a number.
 a   Alphabetically.  Only the first line of item is checked.
 a   Alphabetically.  Only the first line of item is checked.