Forráskód Böngészése

list: Tiny fix to a docstring

* lisp/org-list.el (org-sort-list): Remove escaped parenthesis.
Nicolas Goaziou 4 éve
szülő
commit
3dc582c8d5
1 módosított fájl, 2 hozzáadás és 2 törlés
  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
 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.