浏览代码

Merge branch 'maint'

Bastien 8 年之前
父节点
当前提交
30ceb5c794
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) #'<)