summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2020-01-27 23:35:47 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2020-01-27 23:35:47 +0100
commit42ad65643687ef083dab8dea9ebffe3aa4095200 (patch)
treeb2a0034e25650e56b149febfa17c0f7dd4816be6
parent4e322f25bc1494bd9e70b2f9a90fcfc6b32ce742 (diff)
downloadorg-mode-42ad65643687ef083dab8dea9ebffe3aa4095200.tar.gz
org: Extend documentation some
* lisp/org.el (org-ctrl-c-ctrl-c): Document more cases.
-rw-r--r--lisp/org.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 179ca83..376785b 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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.