summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-11-04 12:52:01 +0100
committerBastien Guerry <bzg@altern.org>2013-11-04 12:52:01 +0100
commitae1e22b64d0368b88d8e81167da9c63a7937e9b0 (patch)
treebae2aefd5a7e9108364a6e39ec40738ef808d336
parent637d010ce65132f0a95ab0370116089121ccd30a (diff)
downloadorg-mode-ae1e22b64d0368b88d8e81167da9c63a7937e9b0.tar.gz
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.
-rw-r--r--lisp/org.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 485f6d0..610c506 100644
--- a/lisp/org.el
+++ b/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