Jelajahi Sumber

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 11 tahun lalu
induk
melakukan
ae1e22b64d
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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.
 
 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")
   (let ((case-func (if with-case 'identity 'downcase))
 	(cmstr