list: Tiny fix to a docstring

* lisp/org-list.el (org-sort-list): Remove escaped parenthesis.
This commit is contained in:
Nicolas Goaziou 2020-05-13 19:10:35 +02:00
parent c76bacc483
commit 3dc582c8d5
1 changed files with 2 additions and 2 deletions

View File

@ -2835,8 +2835,8 @@ if the current locale allows for it.
The command prompts for the sorting type unless it has been given
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.
a Alphabetically. Only the first line of item is checked.