Browse Source

org-list.el (org-sort-list): Fix typo in prompt string

* lisp/org-list.el (org-sort-list): Fix typo in prompt string.
Bastien 7 years ago
parent
commit
f4803cfad4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-list.el

+ 1 - 1
lisp/org-list.el

@@ -2898,7 +2898,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) #'<)