summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-09-21 00:24:29 -0400
committerKyle Meyer <kyle@kyleam.com>2015-09-21 18:33:36 -0400
commitf16ae0dcb7076255473b21b9d81b1061968e6bf7 (patch)
tree94b183ba9c8e8167c8a6d64b4274c92f4db5dc1a
parenta7c8d20ac94916cdcd53001255732e1380697968 (diff)
downloadorg-mode-f16ae0dcb7076255473b21b9d81b1061968e6bf7.tar.gz
org-agenda: Remove old binding from docstring
* lisp/org-agenda.el (org-agenda-kill-all-agenda-buffers): Remove reference to stale key binding. This binding was removed in 39c7630 (Clean up local variable stuff and document sticky agenda buffers, 2012-03-10).
-rw-r--r--lisp/org-agenda.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 088f176..022d16b 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -7262,8 +7262,7 @@ touched. Also, exit the agenda even if it is in column view."
(defun org-agenda-kill-all-agenda-buffers ()
"Kill all buffers in `org-agenda-mode'.
-This is used when toggling sticky agendas.
-You can also explicitly invoke it with `C-c a C-k'."
+This is used when toggling sticky agendas."
(interactive)
(let (blist)
(dolist (buf (buffer-list))