From 857b970b3a3b8eab85cd924601d251d2aba5fd0b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 Mar 2016 11:07:18 -0500 Subject: [PATCH] org.texi: Fix org-timer-pause-or-continue's key * doc/org.texi (Timers): Fix keybinding for org-timer-pause-or-continue. Reported-by: Tubo Shi --- doc/org.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org.texi b/doc/org.texi index 3405ff2c2..cbae964ad 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -6917,7 +6917,7 @@ countdown timer. With a prefix argument, first reset the relative timer to @orgcmd{M-@key{RET},org-insert-heading} Once the timer list is started, you can also use @kbd{M-@key{RET}} to insert new timer items. -@orgcmd{C-c C-x \\,org-timer-pause-or-continue} +@orgcmd{C-c C-x @comma{},org-timer-pause-or-continue} Pause the timer, or continue it if it is already paused. @orgcmd{C-c C-x _,org-timer-stop} Stop the timer. After this, you can only start a new timer, not continue the -- 2.11.4.GIT