Browse Source

Merge branch 'maint'

Bastien 7 years ago
parent
commit
30ceb5c794
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-list.el

+ 1 - 1
lisp/org-list.el

@@ -2899,7 +2899,7 @@ function is being called interactively."
 	    (or compare-func
 		(and interactive?
 		     (org-read-function
-		      (concat "Function for comparing keys"
+		      (concat "Function for comparing keys "
 			      "(empty for default `sort-subr' predicate): ")
 		      'allow-empty))))
 	   ((= dcst ?t) #'<)