summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-13 19:10:35 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-13 19:10:35 +0200
commit3dc582c8d5ac08e10ec3f31c41b6daabeb2d3772 (patch)
tree803ac8727ecf9732aad8da8621a2bd55384bfd9d
parentc76bacc4832ca677fd500168e9e80c98b0dcc14f (diff)
downloadorg-mode-3dc582c8d5ac08e10ec3f31c41b6daabeb2d3772.tar.gz
list: Tiny fix to a docstring
* lisp/org-list.el (org-sort-list): Remove escaped parenthesis.
-rw-r--r--lisp/org-list.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-list.el b/lisp/org-list.el
index 3b8a5c3..de41751 100644
--- a/lisp/org-list.el
+++ b/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
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.