org: Extend documentation some

* lisp/org.el (org-ctrl-c-ctrl-c): Document more cases.
This commit is contained in:
Marco Wahl 2020-01-27 23:35:47 +01:00
parent 4e322f25bc
commit 42ad656436
1 changed files with 4 additions and 0 deletions

View File

@ -17811,6 +17811,10 @@ Otherwise, return a user error."
This command does many different things, depending on context:
- If column view is active, quit it.
- If there are highlights, remove them.
- If a function in `org-ctrl-c-ctrl-c-hook' recognizes this location,
this is what we do.