Doc fixes

This commit is contained in:
Carsten Dominik 2009-02-13 07:51:12 +01:00
parent 492a5b5ea9
commit 220be33da3
1 changed files with 2 additions and 1 deletions

View File

@ -5720,7 +5720,8 @@ If yes, remember the marker and the distance to BEG."
(defun org-sort (with-case)
"Call `org-sort-entries-or-items' or `org-table-sort-lines'.
Optional argument WITH-CASE means sort case-sensitively."
Optional argument WITH-CASE means sort case-sensitively.
With a double prefix argument, also remove duplicate entries."
(interactive "P")
(if (org-at-table-p)
(org-call-with-arg 'org-table-sort-lines with-case)