summaryrefslogtreecommitdiff
path: root/lisp/calendar/timeclock.el
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2021-08-26 16:23:29 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-26 16:23:29 +0200
commit869579170b87b06dd802b563417a69564c82f559 (patch)
tree56ec5153c38e85f391521f8ea1d23b715f64030a /lisp/calendar/timeclock.el
parente4ec39e52d5fb42b777a07e2c6a55397b5916458 (diff)
downloademacs-869579170b87b06dd802b563417a69564c82f559.tar.gz
timeclock.el: Update example configuration
* lisp/calendar/timeclock.el: Update comments that were no longer correct (bug#50211).
Diffstat (limited to 'lisp/calendar/timeclock.el')
-rw-r--r--lisp/calendar/timeclock.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el
index 4a4b65d3745..1aea1b5e63c 100644
--- a/lisp/calendar/timeclock.el
+++ b/lisp/calendar/timeclock.el
@@ -35,14 +35,14 @@
;; working day), and `timeclock-when-to-leave' to calculate when you're free.
;; You'll probably want to bind the timeclock commands to some handy
-;; keystrokes. At the moment, C-x t is unused:
+;; keystrokes. Assuming C-c t is unbound, you might use:
;;
-;; (define-key ctl-x-map "ti" 'timeclock-in)
-;; (define-key ctl-x-map "to" 'timeclock-out)
-;; (define-key ctl-x-map "tc" 'timeclock-change)
-;; (define-key ctl-x-map "tr" 'timeclock-reread-log)
-;; (define-key ctl-x-map "tu" 'timeclock-update-mode-line)
-;; (define-key ctl-x-map "tw" 'timeclock-when-to-leave-string)
+;; (define-key (kbd "C-c t i") 'timeclock-in)
+;; (define-key (kbd "C-c t o") 'timeclock-out)
+;; (define-key (kbd "C-c t c") 'timeclock-change)
+;; (define-key (kbd "C-c t r") 'timeclock-reread-log)
+;; (define-key (kbd "C-c t u") 'timeclock-update-mode-line)
+;; (define-key (kbd "C-c t w") 'timeclock-when-to-leave-string)
;; If you want Emacs to display the amount of time "left" to your
;; workday in the mode-line, you can either set the value of