Просмотр исходного кода

org.el (org-sort-entries): Enhance the docstring

* org.el (org-sort-entries): Mention the
`org-after-sorting-entries-or-items-hook' hook in the
docstring.

Thanks to Andreas Röhler for suggesting this.
Bastien Guerry 12 лет назад
Родитель
Сommit
ae1e22b64d
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      lisp/org.el

+ 3 - 1
lisp/org.el

@@ -8595,7 +8595,9 @@ Comparing entries ignores case by default.  However, with an optional argument
 WITH-CASE, the sorting considers case as well.
 WITH-CASE, the sorting considers case as well.
 
 
 Sorting is done against the visible part of the headlines, it ignores hidden
 Sorting is done against the visible part of the headlines, it ignores hidden
-links."
+links.
+
+When sorting is done, call `org-after-sorting-entries-or-items-hook'."
   (interactive "P")
   (interactive "P")
   (let ((case-func (if with-case 'identity 'downcase))
   (let ((case-func (if with-case 'identity 'downcase))
 	(cmstr
 	(cmstr