0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:00:49 +00:00

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

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.